linspector-old/examples/old/privateZ.yaml

96 lines
1.9 KiB
YAML
Raw Normal View History

---
2013-10-20 22:45:44 +02:00
members:
root:
name: "root"
_tasks:
2013-10-20 22:45:44 +02:00
- class: "jabber"
type: "jabber"
args:
rcpt: "hanez@systemchaos.org"
2013-10-20 22:45:44 +02:00
hanez:
name: "admin"
_tasks:
2013-10-20 22:45:44 +02:00
- class: "mail"
type: "mail"
args:
rcpt: "you@hanez.org"
2013-10-20 22:45:44 +02:00
linspector:
name: "linspector admin"
_tasks:
2013-10-20 22:45:44 +02:00
- class: "jabber"
type: "jabber"
args:
rcpt: "hanez@systemchaos.org"
2013-10-20 22:45:44 +02:00
periods:
fast:
seconds: 10
2013-10-20 22:45:44 +02:00
medium:
seconds: 120
slow:
seconds: 480
2013-10-20 22:45:44 +02:00
hostgroups:
ffffffffffffffffffff:
2013-10-20 22:45:44 +02:00
members:
- "hanez"
hosts:
- "a.systemchaos.org"
2013-10-20 22:45:44 +02:00
services:
- class: "http"
2013-10-20 22:45:44 +02:00
args:
content: "SYSTEMCHAOS"
2013-10-20 22:45:44 +02:00
periods:
- "fast"
threshold: 2
- class: "udpconnect"
2013-10-20 22:45:44 +02:00
args:
port: 23
periods:
- "fast"
threshold: 10
- class: "tcpconnect"
args:
port: 80
periods:
- "fast"
threshold: 10
2013-10-20 22:45:44 +02:00
layouts:
main:
hostgroups: [ "ffffffffffffffffffff" ]
2013-10-20 22:45:44 +02:00
enabled: true
2013-10-20 22:45:44 +02:00
core:
instance_name: "Master Monitor 01 (monitor01.systemchaos.org)"
2013-10-20 22:45:44 +02:00
max_logfile_size: 1024000
max_logfile_count: 4
max_worker_threads: 8
jsonrpc_backend: True
2013-10-24 23:22:12 +02:00
shutdown_wait: False
members: [ "linspector", "root" ]
2013-10-20 22:45:44 +02:00
backends:
jsonrpc:
host: "127.0.0.1"
port: 10124
2013-10-20 22:45:44 +02:00
username: "linspector"
password: "linspector"
tasks:
jabber:
host: "systemchaos.org"
2013-10-20 22:45:44 +02:00
port: 5222
username: "linspector"
password: "linspector123"
2013-10-20 22:45:44 +02:00
debug:
- "always"
mail:
host: "localhost"
port: 25
from: "linspector@systemchaos.org"
2013-10-20 22:45:44 +02:00
username: ""
password: ""
tweet:
consumer_key: "consumer_key"
consumer_secret: "consumer_secret"
access_token_key: "access_token_key"
access_token_secret: "access_token_secret"