Sende Nagios Meldungen an den Telegram Messenger Folgende Dateien müssen bearbeitet werden: Datei contacts.cfg: define contact{ contact_name nagios-telegram service_notification_options w,u,c,r service_notification_period 24×7 host_notification_period 24×7 service_notification_commands notify-service-by-telegram host_notification_commands notify-host-by-telegram host_notification_options d,r pager <CHAT_ID> *1) }
HP MSA P2000 G3 + Nagios
HP MSA P2000 G3 Nagios plugin Hardware: 1x HP DL380 G7 als Controller 1x MSA P2000 G3 Array (mit Controller) 1x MSA P2000 G3 Array (Expansionbox) Software: CentOS 7.5I/O Multipathing konfiguriert. HPE DL380G7 + HP MSA P2000 G3 Bei der
Check PowerSupply with snmp (HP DL Server)
Bei HP DL380 Servern sollen die Powersupplies mit snmp (nagios) überwacht werden. Verwendete MIB: CPQHLTH-MIB snmp community= public Einträge: Anzahl der PowerSupplies: PScnt=`snmpwalk -v 2c -c public <$ServerIP> 1.3.6.1.4.1.232.6.2.9.3.1.5 | wc -l` Die OIDs sind Generations abhängig: DL380G8: SNMPv2-SMI::enterprises.232.6.2.9.3.1.5.0.1 =
Nagios plugin didn’t work ?
You installed a new Nagios-Plugin, configured it and tested it on the commandline. Everything works as expected. Now you restart Nagios and the output of your website shows only scrap or errors. In my case it was the default setting
Nagios: Check HP D2600 with snmp
I need to monitor a HP DL2600 Storage array on a HP DL380G8. I wrote a little script that does the Job. It works for me but maybe not in your environment 😎