Page 1 of 1

Nagios Core v4.4.6 on Rasberry Pi3

Posted: Tue Jan 26, 2021 3:22 am
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?