Thank you mcapra,
I checked the API Documentation and this is what I need. The only thing is that return a XML files so I have to create a script who parse the xml file and send a snmp trap to the hypervisor cause my hypervisor only works with snmp.
Do you have anothers suggestions about that?
Search found 7 matches
- Tue Feb 14, 2017 6:49 am
- Forum: Nagios XI
- Topic: How to send general alarm to a Hypervisor?
- Replies: 9
- Views: 1550
- Mon Feb 13, 2017 7:14 am
- Forum: Nagios XI
- Topic: How to send general alarm to a Hypervisor?
- Replies: 9
- Views: 1550
Re: How to send general alarm to a Hypervisor?
My bad, I would like to send a snmp request from my hypervisor to nagios to return the number of OK/WARN/CRIT variables under hosts / services for each hostgroups. I don't know if it's possible to do that.
- Thu Feb 09, 2017 4:23 am
- Forum: Nagios XI
- Topic: How to send general alarm to a Hypervisor?
- Replies: 9
- Views: 1550
Re: How to send general alarm to a Hypervisor?
Another thing I'm thinking about it's from my hypervisor I send snmp request to nagios to catch the informations in the Hostgroup Summary. Cause in the Hostgroup summary, I have a tab with all I need. (see attachment) Is It possible to have this informations by snmp request ? I didn't find the MIB f...
- Thu Feb 09, 2017 3:54 am
- Forum: Nagios XI
- Topic: How to send general alarm to a Hypervisor?
- Replies: 9
- Views: 1550
Re: How to send general alarm to a Hypervisor?
Thank you for your reply rkennedy,
I'm trying to make scheduled reports but it's a PDF or CSV, I will prepare to send a report at each hostgroup state change as an snmptrap to my hypervisor
I'm trying to make scheduled reports but it's a PDF or CSV, I will prepare to send a report at each hostgroup state change as an snmptrap to my hypervisor
- Wed Feb 08, 2017 10:19 am
- Forum: Nagios XI
- Topic: How to send general alarm to a Hypervisor?
- Replies: 9
- Views: 1550
How to send general alarm to a Hypervisor?
Hello, I'm a new user of nagios and I don't know how to send global alarm to a Hypervisor. For exemple, I have 10 switchs supervised by Nagios. On Nagios, I have the detailled alarms and states. Each switchs is in a hostgroup (switch group) Now, I would like to send a unique alarm of the global stat...
- Wed Feb 08, 2017 3:40 am
- Forum: Nagios XI
- Topic: Variable as Status Events in snmptt.conf
- Replies: 4
- Views: 1167
Re: Variable as Status Events in snmptt.conf
Thank you for your help, so if I do like that in the EXEC line : EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" " $+6 " "$@" "$-*" "Link down on interface whatever the severity in the EVENT line, the EXEC line will send the variable s...
- Tue Jan 31, 2017 5:40 am
- Forum: Nagios XI
- Topic: Variable as Status Events in snmptt.conf
- Replies: 4
- Views: 1167
Variable as Status Events in snmptt.conf
Hello guys, This is my trap description. EVENT pduUnitActivePowerStateChange .1.3.6.1.4.1.38446.1.9.24 "Status Events" $+6 FORMAT PDU unit active power state changes. $* EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" ""...