Leser: 2
|< 1 2 3 >| | 23 Einträge, 3 Seiten |
pq+2008-08-01 15:40:28--also ich kann nagios und munin empfehlen. für beides kann man auch perl-plugins schreiben.
Duff+2008-08-01 16:06:32--Aber ich würde gerne selber ein Monitoring aufsetzen. DAnn sollte ich auch wissen, was ich überwache bzw. was überwacht wird.
1
2
3
4
5
6
bin/monitor.pl
lib/Linux/Monitor.pm
lib/Linux/Monitor/Memory.pm
lib/Linux/Monitor/CPU.pm
lib/Linux/Monitor/Disk.pm
lib/Linux/Monitor/Net.pm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<check>
name = Linux::Monitor::Memory
active = 1
<set_options>
foo = 1
bar = 2
baz = 3
</set_options>
</check>
<check>
name = Linux::Monitor::Net
active = 1
<set_options>
foo = 1
bar = 2
baz = 3
</set_options>
</check>
|< 1 2 3 >| | 23 Einträge, 3 Seiten |