Hunter Matthews
Hunter Matthews
In Bug #39, it was said: "We will therefore not support ssh-rsa keys (which don't match what the plugin's protocol requires) and cannot support ssh-ed25519 keys (which use a curve...
New user and was following the link to the documentation (http://snmplabs.com/pyasn1/) in the readme file. That domain is parked. Perhaps convert to readthedocs? Thank You for the library...
My team has a team specific formating for state names: $FORUMLA - $STATE - $OPT_SUBSTATE - description Based on the filename, I think I can figure out what the formula,...
**Describe the bug** I have a python program that runs multiple linters on our salt stack tree. When running salt-lint, salt-lint sees that it has no tty and assumes that...
We have an internal (not on pypi) python wheel I'd like to turn into an rpm with fpm. # fpm --version 1.15.1 # pip --version pip 21.2.3 from /usr/lib/python3.9/site-packages/pip (python...
For example, the interfaces field is a good example (on the host.create() API): ` interface = [ { "type": 1, # 1 is 'agent', 2 is 'SNMP', 3 is 'IPMI',...
The host.delete() api does, but I can't get this api point to take multiple hosts. The docs here are unclear (they are for most API points): https://www.zabbix.com/documentation/6.4/en/manual/api/reference/host/create Says "(object/array) Hosts...
for the host.create() call, at least one interface is required. At the moment, all of our interfaces are DNS base - but the IP address must still be passed along....