linspector-old/linspector.minimal.json

44 lines
1.3 KiB
JSON

{
"services": {"ping": {"command": "ping -c 1 @host"}},
"filters":
{
"email":
{
"command": "/usr/bin/warn_the_admin_mail @member @+message",
"comment": "Sends an E-Mail to the member.",
"priority": 1
}
},
"members":
{
"hanez":
{
"name": "Johannes Findeisen",
"comment": "Just a nerd doing admin stuff...",
"filters": {"email": "you@hanez.org"}
}
},
"periods": {"shortPeriod": {"seconds": 5, "comment": "Interval job; every 10 seconds"}},
"hosts":
{
"a.systemchaos.org": {"host": "a.systemchaos.org", "services": {"ping":[{}]}},
"b.systemchaos.org": {"host": "b.systemchaos.org", "services": {"ping":[{}]}},
"google.de": {"host": "google.de", "services": {"ping":[{}]}}
},
"hostgroups":
{
"all":
{
"members": ["hanez"],
"hosts": ["a.systemchaos.org", "b.systemchaos.org", "google.de"],
"threshold": 10,
"services": {"ping": ["shortPeriod"]}
}
},
"layouts": {"production": {"hostgroups": ["all"], "enabled": true}
},
"core": {
"max_logfile_size": 1024000,
"max_logfile_count": 4
}
}