Is there a method available to have NCPA do combined checks for more than one check type?
Example is I need to alert if read time or write time exceed a threshold for a disk. I don't see a method for doing this.
NCPA and doing combined checks
Re: NCPA and doing combined checks
Have you checked on the Nagios Exchange? I think that one of the plugins below may suit your needs. It looks like they can check read and write time to disk.
check_diskstat
check_diskstat.sh
check_diskstat
check_diskstat.sh
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: NCPA and doing combined checks
Hi,
If you're using Nagios XI, the BPI ( Business Process Intelligence ) is able to group checks together and send alerts based off certain health thresholds.
Otherwise, take a look at the check_multi plugin.
https://github.com/flackem/check_multi
If you're using Nagios XI, the BPI ( Business Process Intelligence ) is able to group checks together and send alerts based off certain health thresholds.
Otherwise, take a look at the check_multi plugin.
https://github.com/flackem/check_multi
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!