d41084ea68
* Icinga2 config * Icingaweb2 config * Nginx location snippets Most PHP modules installed. PHP is via php-fpm and on local socket
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
apply Service "apt" {
|
|
import "generic-service"
|
|
|
|
check_command = "apt"
|
|
|
|
assign where host.name == NodeName
|
|
}
|