Nagios Core v4.4.6 on Rasberry Pi3

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
nexusguy59
Posts: 6
Joined: Tue Jun 09, 2015 7:07 am

Nagios Core v4.4.6 on Rasberry Pi3

Post by nexusguy59 »

Hello Guys,

I have this working perfectly except I am seeing something strange as far as root partition goes. The code I am using is this:

Code: Select all

define service {

    use                     local-service         
    host_name               ohnag01
    service_description     Root Partition
    check_command           check_local_disk!20%!10%!/
}
OS: Raspberry PI OS Lite Server
version 10.7
Nagios: Nagios® Core™ 4.4.6 -

The image below is just to show you it does work.
Nagios Image

What I am seeing is the same exact free space for every / partition (102511 MiB). I know for a fact that these drives are not the same size. I have been searching for quite a while and I am not finding anything that makes sense to me.

Could some one point me in the right direction please?
Locked