Zabbix-Addons
Zabbix-Addons copied to clipboard
My Addons to the Zabbix Monitoring Solution
Its a fix for issue with extra INDEX. For example: ``` /usr/bin/snmpwalk -OQn -v2c -c public 192.168.0.2 .1.3.6.1.2.1.2.2.1.2 .1.3.6.1.2.1.2.2.1.2.1 = Vlan1 .1.3.6.1.2.1.2.2.1.2.7 = Vlan7 .1.3.6.1.2.1.2.2.1.2.5023 = Port-channel23 .1.3.6.1.2.1.2.2.1.2.10101 = GigabitEthernet0/1...
When i do request via simple snmpwalk, i see many zeros on end of octets: snmpwalk 10.10.1.1 -Oa -v2c -c public .1.3.6.1.4.1.2636.3.2.3.1.1 1.3.6.1.4.1.2636.3.2.3.1.1.66.69.45.66.82.65.86.79.56.45.66.82.65.86.79.52.49.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 = STRING: "BE-ROUTER8-ROUTER41" But via advsnmp.discovery zeros...
Hello. This issue is not solved. Import ZBX-BROCADE-FC-PORT template on zabbix 2.4.7. But Discovery rule has error "value should be json object" below is external script export json log. I...
I had an issue with a non-en_US system locale while using ssltls.check. A simple `export LC_ALL=en_US.utf8` at the beginning of the script did the job however...
fixed bug Empty {#ADVSNMPINDEX1} fixed bug when more indexes begin with the same offset only one offset was diplayed
I'm trying to get list of Cisco's E1 interfaces, it's formatted as .1.3.6.1.4.1.9.10.19.1.1.9.1.3.slot.port, so 4-port card in slot 6 looks like: > $ snmpwalk -c Asoramog -v2c 10.32.3.40 .1.3.6.1.4.1.9.10.19.1.1.9.1.3 >...
Hello, probably ssltls.check will check wrong certificate, if [SNI](http://en.wikipedia.org/wiki/Server_Name_Indication) is used on target server. I've changed all s_client queries to: ``` shell RETURN=$($echo_bin | $timeout_bin $TIMEOUT $OPENSSL s_client -connect $HOST...