Displaying 2 results from an estimated 2 matches for "check_local_disk".
2015 May 14
3
nagios check_local_disk failing
...etup like this in the server's config:
define service{
        use                             local-service         ; Name of
service template to use
        host_name                       monitor1
        service_description             Root Partition
        check_command                   check_local_disk!20%!10%!/
        }
It's attempting to do a local disk check on the nagios server itself. Not
an NRPE check.
This is the command definition:
# 'check_local_disk' command definition
define command{
        command_name    check_local_disk
        command_line    $USER1$/check_disk -w...
2015 May 14
0
nagios check_local_disk failing
...fig:
>
> define service{
>          use                             local-service         ; Name of
> service template to use
>          host_name                       monitor1
>          service_description             Root Partition
>          check_command                   check_local_disk!20%!10%!/
>          }
>
> It's attempting to do a local disk check on the nagios server itself. Not
> an NRPE check.
>
> This is the command definition:
>
> # 'check_local_disk' command definition
> define command{
>          command_name    check_local_di...