ubuntuusers.de

Munin

Datum:
9. Oktober 2012 18:53
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
apt-get install munin munin-node munin-plugins-extra

Das bearbeitet
munin.conf

dbdir	/var/lib/munin
htmldir /usr/local/nginx/html/
logdir /var/log/munin
rundir  /var/run/munin

# a simple host tree
[localhost.localdomain]
    address 127.0.0.1
    use_node_name yes
	
	
 /etc/init.d/munin-node restart
  
 
munin-node.log

 Process Backgrounded
2012/10/09-18:37:30 Munin::Node::Server (type Net::Server::Fork) starting! pid(19042)
Binding to TCP port 4949 on host *
2012/10/09-18:37:30 [19042] Error output from iostat_ios:
2012/10/09-18:37:30 [19042] 	kernel 2.4 not supported yet
2012/10/09-18:37:30 [19042] Service 'iostat_ios' exited with status 25/0.
2012/10/09-18:40:02 CONNECT TCP Peer: "127.0.0.1:46680" Local: "127.0.0.1:4949"
2012/10/09-18:40:04 [19321] Error output from iostat_ios:
2012/10/09-18:40:04 [19321] 	kernel 2.4 not supported yet
2012/10/09-18:40:04 [19321] Service 'iostat_ios' exited with status 25/0.
2012/10/09-18:40:04 [19321] Error output from iostat_ios:
2012/10/09-18:40:04 [19321] 	kernel 2.4 not supported yet
2012/10/09-18:40:04 [19321] Service 'iostat_ios' exited with status 25/0.
2012/10/09-18:40:04 [19321] Error output from memory:
2012/10/09-18:40:04 [19321] 	Use of uninitialized value in subtraction (-) at /etc/munin/plugins/memory line 208.
2012/10/09-18:40:04 [19321] 	Use of uninitialized value in print at /etc/munin/plugins/memory line 218.