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

Last change on this file since 263 was 263, checked in by g7moreau, 6 years ago
  • Move css style in an independant file velvice.css
File size: 904 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   stylesheets: https://srv-nagios.example.com/nagios3/stylesheets
8
9host-mapping:
10   localhost:  srv-nagios
11   toto:       titi
12
13color-downtime:
14   day-min:  3
15   day-max: 50
16   factor:   0.7
17
18remote-action:
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
Note: See TracBrowser for help on using the repository browser.