For windows I'd probably do something like this but what would I do for linux services monitoring?
Code: Select all
define service{
use generic-service
host_name Matt-i7
service_description Explorer
check_command check_nt!PROCSTATE!-d SHOWALL -l Explorer.exe
notifications_enabled 0
}As you can see below it's a custom service I setup.
