nagios-plugins icon indicating copy to clipboard operation
nagios-plugins copied to clipboard

HOSTNAME ERROR

Open The-Exterminator opened this issue 2 years ago • 0 comments

This work only on localhost, how i get it to work with hostname. ???

My options not is

define command {
    command_name    check_service.sh
    command_line    $USER1$/check_service.sh -l -o linux
}

and

define service {
    host_name             Lejeplads
    service_description   List Services
    check_command         check_service.sh
}

The-Exterminator avatar Nov 25 '22 12:11 The-Exterminator