Search found 4 matches
- Mon Nov 08, 2021 4:49 am
- Forum: Nagios XI
- Topic: Check CPU usage of cluster.
- Replies: 1
- Views: 184
Check CPU usage of cluster.
Is it possible with one check to check the cumulative % CPU usage of multiple hosts in a cluster? The reason for this check would be to get a warning in advance if more than eg. 70% of the CPU time is consumed over multiple compute nodes (hosts), we need to start looking to add CPU power.
- Thu Oct 21, 2021 3:36 am
- Forum: Nagios XI
- Topic: Monitoring ILO4 through SNMP
- Replies: 1
- Views: 756
Monitoring ILO4 through SNMP
Hi, It seems that I've got a similar issue as described in this thread. https://support.nagios.com/forum/viewtopic.php?f=16&t=52940 I'm trying to import a mib file that contains all relevant OID's for monitoring Proliant hardware via ILO4/ILO5. (DL3x0, BL460c) I downloaded the mib tar.gz suggest...
- Mon Oct 18, 2021 12:52 am
- Forum: Nagios XI
- Topic: check_ncpa.py, check all logical disks with /vicepX in it
- Replies: 3
- Views: 478
Re: check_ncpa.py, check all logical disks with /vicepX in i
That is correct! I'd like to have a "catch all". If a disk would be added to a server and it would be forgotten to be added to Nagios, we'd still have an alert.
- Thu Oct 14, 2021 7:31 am
- Forum: Nagios XI
- Topic: check_ncpa.py, check all logical disks with /vicepX in it
- Replies: 3
- Views: 478
check_ncpa.py, check all logical disks with /vicepX in it
Hi, I've installed the VMware .ova recently and I'd like to find an NCPA check that checks all disks that are mounted on /vicepa, /vicepb, /vicepc, ... potentially until /vicepz . Can that be done with a regex? So far I have defined the following: -t 'TOKEN' -M 'disk/logical/|vicepa/free' --warning ...