forked from mbaynton/nagios-eventhandler-cachet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.sample.yaml
40 lines (36 loc) · 831 Bytes
/
config.sample.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
components:
Login Nodes:
service_aggregator: degrade_if_any_fail_if_all
nagios_services:
- host: sfec1
service: SSH
- host: sfec2
service: SSH
- host: sfec3
service: SSH
"Tier 1: High Performance Storage":
service_aggregator: worst
nagios_services:
- host: peacock
service: PANASAS_REALM_STATUS
nagios_api:
url: https://monitor.my.org/nagios/cgi-bin
username: abc
password: def
cachet_api:
url: http://xxxx.com/api/v1/
api_key: xxxx
loggers:
general:
handlers: [console, file_handler]
handlers:
console:
class: Monolog\Handler\StreamHandler
level: DEBUG
bubble: true
stream: php://stdout
file_handler:
class: Monolog\Handler\StreamHandler
level: INFO
stream: /var/log/nagios_eventhandler_cachet.log