Tweaking checks

This commit is contained in:
Ciaby 2015-05-29 16:06:47 -05:00
parent 432920a5c3
commit 602aa92886

View file

@ -28,20 +28,13 @@ object Host NodeName {
/* Define http vhost attributes for service apply rules in `services.conf`. */ /* Define http vhost attributes for service apply rules in `services.conf`. */
vars.http_vhosts["http"] = { vars.http_vhosts["http"] = {
http_uri = "/" http_uri = "/rai/login.php"
} }
/* Uncomment if you've sucessfully installed Icinga Web 2. */
//vars.http_vhosts["Icinga Web 2"] = {
// http_uri = "/icingaweb2"
//}
/* Define disks and attributes for service apply rules in `services.conf`. */ /* Define disks and attributes for service apply rules in `services.conf`. */
vars.disks["disk"] = { vars.disks["disk"] = {
/* No parameters. */ /* No parameters. */
} }
vars.disks["disk /"] = {
disk_partitions = "/"
}
/* Define notification mail attributes for notification apply rules in `notifications.conf`. */ /* Define notification mail attributes for notification apply rules in `notifications.conf`. */
vars.notification["mail"] = { vars.notification["mail"] = {