--- dns-resolution: domains: bratislava.pm.org: camel.cle.sk: A: 81.89.49.242 bratislava.pm.org: A: 81.89.49.242 CNAME: camel.cle.sk running-processes: should-run: - dhclient3 - /usr/sbin/sshd - /usr/sbin/cron sites-ok: sites: http://bratislava.pm.org: content: Kontakt http://www.pm.org/groups/121.html: title : Perl .+ content: Bratislava open-ports: connect: localhost: 22: ssh bratislava.pm.org: 80: http camel.cle.sk: 443: https resolv.conf: dns_retry : 3 dns_timeout: 5 time-sync: tolerance: 5 ntp-servers: - pool.ntp.org cmd-output: - cmd : echo hell world! desc : hello printing output: hello? world - cmd : date desc : if date command is there output: '[0-9]{2}:[0-9]{2}:[0-9]{2}' - cmd : perl -e 'print "hi"; exit 1' desc : check perl exit 1 return value and hi output: hi exit : 1 - cmd : perl -e 'exit 1' desc : check perl exit != 0 exit : '!= 0'