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

Last change on this file since 437 was 325, checked in by g7moreau, 6 years ago
  • class hoop on td and not on <a>
File size: 1.3 KB
RevLine 
[240]1---
[256]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
[263]7   stylesheets: https://srv-nagios.example.com/nagios3/stylesheets
[240]8
[256]9host-mapping:
[240]10   localhost:  srv-nagios
11   toto:       titi
12
[256]13color-downtime:
[261]14   day-min:  3
15   day-max: 50
16   factor:   0.7
[240]17
[256]18remote-action:
[248]19   oom-killer:
20      regex: ^OOM Killer
21      title:  OOM Killer
22      command:     tssh -c 'sudo rm /var/lib/nagios3/nagios_oom_killer.log' %m
23      command-one: ssh %m 'sudo rm /var/lib/nagios3/nagios_oom_killer.log'
24      depend: ^SSH
25      status: ALL
26      style: bold
27
28   apt-uptodate:
29      regex: ^APT UPTODATE
30      title:  APT UPTODATE
31      command:     tssh %m
32      command-one: ssh %m
33      depend: ^SSH
34      status: ALL
35      style: bold
[322]36
37refreshments:
38   -
39      refresh: 300
40      days:  [ 1 .. 5 ]
41      start: [  9, 13 ]
42      end:   [ 12, 18 ]
43
44   -
45      refresh: 600
46      days:  [ 1 .. 5 ]
47      start: [ 12, 18 ]
48      end:   [ 13, 20 ]
49
50   -
51      refresh: 900
52      days:  [ 1 .. 5 ]
53      start: [ 7, 20 ]
[324]54      end:   [ 8, 23 ]
[322]55
56   -
57      refresh: 900
58      days:  [ 6, 7 ]
59      start: [  7 ]
[324]60      end:   [ 23 ]
[322]61
62   -
63      refresh: 1200
[324]64      days:  [ 1 .. 7 ]
[325]65      start: [ 0 ]
66      end:   [ 0 ]
Note: See TracBrowser for help on using the repository browser.