2013-02-01 11:39:06 +01:00
|
|
|
/******************************************************************************
|
|
|
|
* Icinga 2 *
|
|
|
|
* Copyright (C) 2012 Icinga Development Team (http://www.icinga.org/) *
|
|
|
|
* *
|
|
|
|
* This program is free software; you can redistribute it and/or *
|
|
|
|
* modify it under the terms of the GNU General Public License *
|
|
|
|
* as published by the Free Software Foundation; either version 2 *
|
|
|
|
* of the License, or (at your option) any later version. *
|
|
|
|
* *
|
|
|
|
* This program is distributed in the hope that it will be useful, *
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
|
|
|
* GNU General Public License for more details. *
|
|
|
|
* *
|
|
|
|
* You should have received a copy of the GNU General Public License *
|
|
|
|
* along with this program; if not, write to the Free Software Foundation *
|
|
|
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
|
|
|
|
******************************************************************************/
|
2013-02-04 12:43:16 +01:00
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "ping4" {
|
|
|
|
check_command = "ping4"
|
2013-02-01 11:39:06 +01:00
|
|
|
}
|
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "ping6" {
|
|
|
|
check_command = "ping6"
|
2013-02-04 12:43:16 +01:00
|
|
|
}
|
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "dummy" {
|
|
|
|
check_command = "dummy"
|
2013-03-08 14:41:19 +01:00
|
|
|
}
|
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "tcp" {
|
|
|
|
check_command = "tcp"
|
2013-03-08 14:41:19 +01:00
|
|
|
}
|
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "udp" {
|
|
|
|
check_command = "udp"
|
2013-02-01 11:39:06 +01:00
|
|
|
}
|
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "http_vhost" {
|
|
|
|
check_command = "http_vhost"
|
2013-02-01 11:39:06 +01:00
|
|
|
}
|
2013-03-08 14:41:19 +01:00
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "http_ip" {
|
|
|
|
check_command = "http_ip"
|
2013-03-08 14:41:19 +01:00
|
|
|
}
|
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "https_vhost" {
|
|
|
|
check_command = "https_vhost"
|
2013-03-08 14:41:19 +01:00
|
|
|
}
|
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "https_ip" {
|
|
|
|
check_command = "https_ip"
|
2013-03-08 14:41:19 +01:00
|
|
|
}
|
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "smtp" {
|
|
|
|
check_command = "smtp"
|
2013-03-08 14:41:19 +01:00
|
|
|
}
|
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "ssmtp" {
|
|
|
|
check_command = "ssmtp"
|
2013-03-08 14:41:19 +01:00
|
|
|
}
|
2013-02-01 11:39:06 +01:00
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "ntp_time" {
|
|
|
|
check_command = "ntp_time"
|
2013-02-01 11:39:06 +01:00
|
|
|
}
|
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "ssh" {
|
|
|
|
check_command = "ssh"
|
2013-02-04 12:43:16 +01:00
|
|
|
}
|
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "disk" {
|
|
|
|
check_command = "disk"
|
2013-02-04 12:43:16 +01:00
|
|
|
}
|
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "users" {
|
|
|
|
check_command = "users"
|
2013-02-04 12:43:16 +01:00
|
|
|
}
|
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "processes" {
|
|
|
|
check_command = "processes"
|
2013-02-01 11:39:06 +01:00
|
|
|
}
|
2013-03-08 16:02:33 +01:00
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "load" {
|
|
|
|
check_command = "load"
|
|
|
|
}
|
2013-03-08 16:02:33 +01:00
|
|
|
|
2013-06-13 11:33:00 +02:00
|
|
|
template Service "snmp" {
|
|
|
|
check_command = "snmp"
|
2013-03-08 16:02:33 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
template Service "snmp-uptime" inherits "snmp" {
|
|
|
|
macros += {
|
|
|
|
oid = "1.3.6.1.2.1.1.3.0"
|
|
|
|
}
|
|
|
|
}
|