{ "tasks": { "mail":{ "host": "a.mx.systemchaos.org", "port": 25, "from": "linspector@systemchaos.org", "username": "you@hanez.org", "password": "uffff" } }, "members":{ "root":{ "name": "root", "tasks": [ { "class":"mail", "type": "jabber", "args": { "rcpt": "hanez@systemchaos.org" }} ] } }, "periods": { "fast": { "seconds": 15 }, "medium": { "seconds": 120 }, "slow": { "seconds": 480 } }, "hostgroups":{ "a":{ "members": ["root"], "hosts": [ "a"], "services":[ { "class": "dummy", "args": { "sleep": 1, "fail": 1 }, "periods": ["fast"], "threshold": 1 } ] } }, "layouts":{ "main":{ "hostgroups": [ "a" ], "enabled": true } }, "core":{ "instance_name": "Master Monitor 01 (monitor01.systemchaos.org)", "max_logfile_size": 1024000, "max_logfile_count": 4, "max_worker_threads": 1000, "threshold_handling": "reset", "shutdown_wait": "False", "members":[ "linspector", "root" ], "jsonrpc_backend": "True", "backends": { "jsonrpc": { "_comment": "https://github.com/linspector/linspector/wiki/Configuration-Core-Backends-JsonRPC", "host": "127.0.0.1", "port": 10123, "username": "linspector", "password": "linspector" } } } }