Search found 5 matches
- Wed Feb 06, 2019 12:48 pm
- Forum: Open Source Nagios Projects
- Topic: NSClient++ service monitoring
- Replies: 8
- Views: 2904
Re: NSClient++ service monitoring
I may be confusing the issue. The host is seen as ok by Nagios (Green in the web interface), but since the CPU is at 100% NSClient is not responding. No alert is being sent for the CPU being 100%. If you let me know which files would help in diagnosing this problem I would be happy to provide them.
- Tue Feb 05, 2019 8:43 pm
- Forum: Open Source Nagios Projects
- Topic: NSClient++ service monitoring
- Replies: 8
- Views: 2904
Re: NSClient++ service monitoring
When Do Notifications Occur? The decision to send out notifications is made in the service check and host check logic. The calculations for whether a notification is to be sent are only triggered when processing a host or service check corresponding to that notification; they are not triggered simpl...
- Tue Feb 05, 2019 6:00 pm
- Forum: Open Source Nagios Projects
- Topic: NSClient++ service monitoring
- Replies: 8
- Views: 2904
Re: NSClient++ service monitoring
To elaborate.....When the host's CPU utilization reaches 100%, the NSClient++ service in unable to respond. It seems I can ping the host, but no command is run on the host by NSClient++ due to the CPU being 100%. So the state I end up with is an IIS server that is hung due to CPU utilization, but no...
- Tue Feb 05, 2019 3:36 pm
- Forum: Open Source Nagios Projects
- Topic: NSClient++ service monitoring
- Replies: 8
- Views: 2904
Re: NSClient++ service monitoring
We have the version check enabled and it works as long as the CPU is not 100%.
We also have a generic-service defined (see below) but it is not behaving as I would suspect.
I would assume Nagios would send an alert if it did not hear back from, or could not reach, NSClient++.
We also have a generic-service defined (see below) but it is not behaving as I would suspect.
I would assume Nagios would send an alert if it did not hear back from, or could not reach, NSClient++.
- Tue Feb 05, 2019 12:28 pm
- Forum: Open Source Nagios Projects
- Topic: NSClient++ service monitoring
- Replies: 8
- Views: 2904
NSClient++ service monitoring
I am using Nagios Core to monitor a Windows IIS server. In general everything works fine but ocassionally one of the w3wp.exe processes will cause the CPU to go to 100% at which point NSClient++ becomes unresponsive. This causes the server to look like it is still up, but no disk, CPU, or memory che...