apply: true
assign:
- 'host.address && (host.name == dev-bmwi.pixelpark.net) && host.vars.os == Solaris'
- notes: 'This checks whether there is enough local disk space left. Check runs via SSH.'
+ notes: 'This checks whether the Solaris system log daemon is running'
+ 'service-fault-manager':
+ target: '/etc/icinga2/conf.d/default-services.conf'
+ import:
+ - 'generic-service'
+ - 'check-by-ssh-service'
+ vars:
+ 'by_ssh_command': '/opt/pixelpark-monitoring-checks/check_service_solaris fmd'
+ apply: true
+ assign:
+ - 'host.address && (host.name == dev-bmwi.pixelpark.net) && host.vars.os == Solaris'
+ notes: 'This checks whether the Solaris Fault Manager daemon is running'
'systemd-status':
target: '/etc/icinga2/conf.d/default-services.conf'
import: