source: trunk/nagios-velvice/velvice.sample.yml @ 261

Last change on this file since 261 was 261, checked in by g7moreau, 6 years ago
  • Change color-downtime min and max entries to day-min and day-max
File size: 837 bytes
Line 
1---
2nagios-server:
3   status-file: /var/cache/nagios3/status.dat
4   nagios-cmd:  /var/lib/nagios3/rw/nagios.cmd
5   portal-url:  https://srv-nagios.example.com/nagios3/
6   status-cgi:  https://srv-nagios.example.com/cgi-bin/nagios3/status.cgi
7
8host-mapping:
9   localhost:  srv-nagios
10   toto:       titi
11
12color-downtime:
13   day-min:  3
14   day-max: 50
15   factor:   0.7
16
17remote-action:
18   oom-killer:
19      regex: ^OOM Killer
20      title:  OOM Killer
21      command:     tssh -c 'sudo rm /var/lib/nagios3/nagios_oom_killer.log' %m
22      command-one: ssh %m 'sudo rm /var/lib/nagios3/nagios_oom_killer.log'
23      depend: ^SSH
24      status: ALL
25      style: bold
26
27   apt-uptodate:
28      regex: ^APT UPTODATE
29      title:  APT UPTODATE
30      command:     tssh %m
31      command-one: ssh %m
32      depend: ^SSH
33      status: ALL
34      style: bold
Note: See TracBrowser for help on using the repository browser.