Hi Team,
Its noted that, i am not getting expected output in the Icinga UI with the snmp polling. I am using snmpV3 in my environment.
I am getting expected value while doing snmpwalk from the server. Please find the results below for your references:
[root@TRVUSTMMVLMON01 master]# snmpwalk -v 3 -u emadmin -a SHA -A ‘xxxxxx’ -l authPriv -x AES -X ‘xxxxxxx’ 172.21.113.66 1.3.6.1.4.1.5951.4.1.1.41.1
SNMPv2-SMI::enterprises.5951.4.1.1.41.1.0 = Gauge32: 1
[root@TRVUSTMMVLMON01 master]# snmpwalk -v 3 -u emadmin -a SHA -A ‘xxxxxxx’ -l authPriv -x AES -X ‘xxxxxxx’ 172.21.113.66 1.3.6.1.4.1.5951.4.1.1.41.2
SNMPv2-SMI::enterprises.5951.4.1.1.41.2.0 = Gauge32: 7
Attaching the error i am getting below:
Also attaching the configuration defined in services.conf:
apply Service “CPU~Usage_VPX” {
import “service_check”
check_command = “check_snmpv3”
vars.snmpv3_oid = “1.3.6.1.4.1.5951.4.1.1.41.1”
vars.snmpv3_warning = 80
vars.snmpv3_critical = 90
assign where “Citrix_VPX” in host.groups
}
apply Service “Memory~Usage_VPX” {
import “service_check”
check_command = “check_snmpv3”
vars.snmpv3_oid = “1.3.6.1.4.1.5951.4.1.1.41.2”
vars.snmpv3_warning = 80
vars.snmpv3_critical = 90
assign where “Citrix_VPX” in host.groups
}
Attaching the definition of check_snmpv3 in commands.conf:
snmpv3_commands.txt (5.3 KB)
can someone help me to resolve this issue.