mirror of https://github.com/Icinga/icinga2.git
Merge pull request #5536 from nbuchwitz/patch-1
Fixed nscp-disk service example
This commit is contained in:
commit
aac9ffd983
|
@ -2174,7 +2174,7 @@ rule based on `host.vars.drives`:
|
||||||
|
|
||||||
[root@icinga2-master1.localdomain /etc/icinga2/zones.d/master]# vim services.conf
|
[root@icinga2-master1.localdomain /etc/icinga2/zones.d/master]# vim services.conf
|
||||||
|
|
||||||
apply Service for "nscp-api-" (drive in host.vars.drives) {
|
apply Service "nscp-api-" for (drive in host.vars.drives) {
|
||||||
import "generic-service"
|
import "generic-service"
|
||||||
|
|
||||||
check_command = "nscp_api"
|
check_command = "nscp_api"
|
||||||
|
|
Loading…
Reference in New Issue