Last change
on this file since 326 was
325,
checked in by g7moreau, 6 years ago
|
- class hoop on td and not on <a>
|
File size:
1.3 KB
|
Line | |
---|
1 | --- |
---|
2 | nagios-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 | |
---|
9 | host-mapping: |
---|
10 | localhost: srv-nagios |
---|
11 | toto: titi |
---|
12 | |
---|
13 | color-downtime: |
---|
14 | day-min: 3 |
---|
15 | day-max: 50 |
---|
16 | factor: 0.7 |
---|
17 | |
---|
18 | remote-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 |
---|
36 | |
---|
37 | refreshments: |
---|
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 ] |
---|
54 | end: [ 8, 23 ] |
---|
55 | |
---|
56 | - |
---|
57 | refresh: 900 |
---|
58 | days: [ 6, 7 ] |
---|
59 | start: [ 7 ] |
---|
60 | end: [ 23 ] |
---|
61 | |
---|
62 | - |
---|
63 | refresh: 1200 |
---|
64 | days: [ 1 .. 7 ] |
---|
65 | start: [ 0 ] |
---|
66 | end: [ 0 ] |
---|
Note: See
TracBrowser
for help on using the repository browser.