{ "filters":{ "email":{ "command":"email @member @+message", "comment":"Sends an E-Mail to the member.", "priority":1 } }, "members":{ "hanez":{ "name":"Johannes Findeisen", "comment":"Just a nerd doing admin stuff...", "parent": "darth", "filters":{ "email":"you@hanez.org" } }, "darth":{ "name":"Darth Vader", "comment":"The father", "filters":{ "email":"darth.vader@hanez.org" } } }, "periods":{ "short":{ "seconds":5, "comment":"Interval job; every 10 seconds" }, "middle":{ "seconds":60, "comment":"Interval job; every 60 seconds" }, "long":{ "minutes":2, "comment":"Interval job; every 2 minutes" } }, "hostgroups":{ "group1":{ "members":[ "hanez" ], "hosts":[ "a.systemchaos.org", "b.systemchaos.org" ], "parents": [ "network" ], "services":[ { "class":"ping", "fails":{ "warning":"100ms", "critical":"150ms" }, "periods": ["short"], "threshold":10, "parser":{ "class":"shell", "line":2, "col":5 } }, { "class":"tcpconnect", "args":{ "port":80 }, "periods": ["middle"], "threshold":2 }, { "class":"tcpconnect", "args":{ "port":25 }, "periods":["long"], "threshold":2 }, { "class":"tcpconnect", "args":{ "port":110 }, "periods": ["long"], "threshold":2 }, { "class":"http", "args":{ "port": 80, "path": "/status.cgi", "method": "get", "params": { "foo": 1, "bar": 2 }, "protocol": "https"}, "periods": ["long"], "threshold":2, "parser":{ "class":"grep", "string": "