diff options
Diffstat (limited to 'debian/sitesummary.postinst')
-rw-r--r-- | debian/sitesummary.postinst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/sitesummary.postinst b/debian/sitesummary.postinst index 6362027..c1c82b9 100644 --- a/debian/sitesummary.postinst +++ b/debian/sitesummary.postinst @@ -24,6 +24,13 @@ define host { host_name localhost address localhost } + +define service { + use server-service + host_name localhost + service_description ping + check_command check_ping!100.0,20%!500.0,60% +} EOF fi fi |