mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
parent
87cead02ed
commit
63e6bc8ce7
6
etc/icinga2/conf.d/hosts/localhost/disk.conf
Normal file
6
etc/icinga2/conf.d/hosts/localhost/disk.conf
Normal file
@ -0,0 +1,6 @@
|
||||
object Service "disk" {
|
||||
import "generic-service"
|
||||
|
||||
host_name = "localhost"
|
||||
check_command = "disk"
|
||||
}
|
6
etc/icinga2/conf.d/hosts/localhost/http.conf
Normal file
6
etc/icinga2/conf.d/hosts/localhost/http.conf
Normal file
@ -0,0 +1,6 @@
|
||||
object Service "http" {
|
||||
import "generic-service"
|
||||
|
||||
host_name = "localhost"
|
||||
check_command = "http_ip"
|
||||
}
|
6
etc/icinga2/conf.d/hosts/localhost/icinga.conf
Normal file
6
etc/icinga2/conf.d/hosts/localhost/icinga.conf
Normal file
@ -0,0 +1,6 @@
|
||||
object Service "icinga" {
|
||||
import "generic-service"
|
||||
|
||||
host_name = "localhost"
|
||||
check_command = "icinga"
|
||||
}
|
6
etc/icinga2/conf.d/hosts/localhost/kernel.conf
Normal file
6
etc/icinga2/conf.d/hosts/localhost/kernel.conf
Normal file
@ -0,0 +1,6 @@
|
||||
object Service "kernel" {
|
||||
import "generic-service"
|
||||
|
||||
host_name = "localhost"
|
||||
check_command = "kernel"
|
||||
}
|
13
etc/icinga2/conf.d/hosts/localhost/load.conf
Normal file
13
etc/icinga2/conf.d/hosts/localhost/load.conf
Normal file
@ -0,0 +1,13 @@
|
||||
object Service "load" {
|
||||
import "generic-service"
|
||||
|
||||
host_name = "localhost"
|
||||
check_command = "load"
|
||||
}
|
||||
|
||||
object ScheduledDowntime "backup-downtime" {
|
||||
import "backup-downtime"
|
||||
|
||||
host_name = "localhost"
|
||||
service_name = "load"
|
||||
}
|
7
etc/icinga2/conf.d/hosts/localhost/processes.conf
Normal file
7
etc/icinga2/conf.d/hosts/localhost/processes.conf
Normal file
@ -0,0 +1,7 @@
|
||||
object Service "processes" {
|
||||
import "generic-service"
|
||||
|
||||
host_name = "localhost"
|
||||
check_command = "processes"
|
||||
}
|
||||
|
6
etc/icinga2/conf.d/hosts/localhost/ssh.conf
Normal file
6
etc/icinga2/conf.d/hosts/localhost/ssh.conf
Normal file
@ -0,0 +1,6 @@
|
||||
object Service "ssh" {
|
||||
import "generic-service"
|
||||
|
||||
host_name = "localhost"
|
||||
check_command = "ssh"
|
||||
}
|
6
etc/icinga2/conf.d/hosts/localhost/swap.conf
Normal file
6
etc/icinga2/conf.d/hosts/localhost/swap.conf
Normal file
@ -0,0 +1,6 @@
|
||||
object Service "swap" {
|
||||
import "generic-service"
|
||||
|
||||
host_name = "localhost"
|
||||
check_command = "swap"
|
||||
}
|
6
etc/icinga2/conf.d/hosts/localhost/users.conf
Normal file
6
etc/icinga2/conf.d/hosts/localhost/users.conf
Normal file
@ -0,0 +1,6 @@
|
||||
object Service "users" {
|
||||
import "generic-service"
|
||||
|
||||
host_name = "localhost"
|
||||
check_command = "users"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user