Search found 38 matches
- Fri Mar 04, 2022 12:06 pm
- Forum: Nagios XI
- Topic: NCPA Listener Crashes
- Replies: 3
- Views: 1222
Re: NCPA Listener Crashes
I rebooted one of the computers this morning and the NCPA checks started working again. After rebooting, I plugged the USB drive in and confirmed that plugging the drive in is the cause. This is a read-only USB flash drive that is provided by one of our software vendors. It contains updates for thei...
- Thu Mar 03, 2022 4:40 pm
- Forum: Nagios XI
- Topic: NCPA Listener Crashes
- Replies: 3
- Views: 1222
NCPA Listener Crashes
I have run into an issue with NCPA listener agent crashing. I noticed that on 2 different Windows system that all of the monitored services were critical. They all reported "Service check timed out after 60.01 seconds". If I go to the event log, I find the following: Faulting application n...
- Mon Feb 07, 2022 11:32 am
- Forum: Nagios XI
- Topic: Plugin timed out while executing system call
- Replies: 7
- Views: 4789
Re: Plugin timed out while executing system call
You can close the thread. I can correctly monitor the UPS now. The timeout was caused by a typo in the device's allowed SNMP manager settings.
- Mon Feb 07, 2022 10:41 am
- Forum: Nagios XI
- Topic: UPS Alarm State Monitoring
- Replies: 9
- Views: 2211
Re: UPS Alarm State Monitoring
You can close the thread. I can correctly monitor the UPS now. The timeout was caused by a typo in the device's allowed SNMP manager settings
- Thu Feb 03, 2022 6:01 pm
- Forum: Nagios XI
- Topic: Plugin timed out while executing system call
- Replies: 7
- Views: 4789
Re: Plugin timed out while executing system call
It works fine in XI 5.4.13. I am migrating to a new install of XI 5.8.7 and have been building the checks using the wizard and adding the OID values that I copy and paste from the 5.4.13 system. It was working fine then after making some changes to a check in reference to this thread https://support...
- Wed Feb 02, 2022 5:35 pm
- Forum: Nagios XI
- Topic: UPS Alarm State Monitoring
- Replies: 9
- Views: 2211
Re: UPS Alarm State Monitoring
I installed and ran the check but got the following return: /usr/local/nagios/libexec/check_ups_snmp -H 10.x.x.5 -t charge -C public -w 50 -c 20 Plugin check_ups_snmp failure - snmpget command error. I don't know if this is related but after making changes yesterday to fix the original issue of this...
- Wed Feb 02, 2022 3:17 pm
- Forum: Nagios XI
- Topic: Plugin timed out while executing system call
- Replies: 7
- Views: 4789
Re: Plugin timed out while executing system call
Here is what I got after running the command: [root@localhost ~]# /usr/local/nagios/libexec/check_snmp -v -H 10.x.x.40 -o .1.3.6.1.4.1.2947.1.8.1.0 -C public -P 1 -l "Alarms" -u "Active" -c 0 -v /usr/bin/snmpget -Le -t 3 -r 5 -m '' -v 1 [context] [authpriv] 10.x.x.40:161 .1.3.6.1...
- Tue Feb 01, 2022 6:27 pm
- Forum: Nagios XI
- Topic: Plugin timed out while executing system call
- Replies: 7
- Views: 4789
Plugin timed out while executing system call
I am in the process of migrating everything from XI 5.4.13 to XI 5.8.7. I modified one of my check commands based on answers provided in my UPS Monitor thread. This command: /usr/local/nagios/libexec/check_snmp -H 10.x.x.40 -o .1.3.6.1.4.1.2947.1.8.1.0 -C public -P 1 -l "Alarms" -u "A...
- Tue Feb 01, 2022 4:21 pm
- Forum: Nagios XI
- Topic: UPS Alarm State Monitoring
- Replies: 9
- Views: 2211
Re: UPS Alarm State Monitoring
Here is the output: UPS with alarm: [root@localhost ~]#snmpwalk -v1 -c public 10.x.x.40 .1.3.6.1.4.1.2947.1.8.1.0 SNMPv2-SMI::enterprises.2947.1.8.1.0 = INTEGER: 1 UPS without alarm: [root@localhost ~]# snmpwalk -v1 -c public 10.x.x.5 .1.3.6.1.4.1.2947.1.8.1.0 SNMPv2-SMI::enterprises.2947.1.8.1.0 = ...
- Tue Feb 01, 2022 11:01 am
- Forum: Nagios XI
- Topic: UPS Alarm State Monitoring
- Replies: 9
- Views: 2211
Re: UPS Alarm State Monitoring
After looking at the commands you suggested and executing them, I didn't quite get the desired results but with a little tweaking I think I did. I executed on a UPS with no alarms: /usr/local/nagios/libexec/check_snmp -H 10.x.x.5 -o .1.3.6.1.4.1.2947.1.8.1.0 -C public -P 1 -l "Alarms" -u &...