initial munin-node setup misses correct start/stop
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
munin (Debian) |
Fix Released
|
Unknown
|
|||
munin (Ubuntu) |
Fix Released
|
Low
|
Thierry Carrez |
Bug Description
Binary package hint: munin
When installing munin-node on Ubuntu Jaunty with all recent updates applied, the initial plugin configuration is not read by munin as the order of start/stop is wrong. Therefore you have to restart munin-node manually once. See the following log which shows the installation, list, restart, list:
---LOGSTART---
ccm@live1:~$ sudo aptitude install munin-node
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
The following NEW packages will be installed:
munin-node
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/641kB of archives. After unpacking 1425kB will be used.
Writing extended state information... Done
Selecting previously deselected package munin-node.
(Reading database ... 45767 files and directories currently installed.)
Unpacking munin-node (from .../munin-
Processing triggers for man-db ...
Setting up munin-node (1.2.6-8ubuntu3) ...
Initializing plugins..Restarting munin-node.. * Stopping Munin-Node [ OK ]
* Starting Munin-Node [ OK ]
done.
* Starting Munin-Node [ OK ]
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
ccm@live1:~$ telnet localhost 4949
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
# munin node at live1
list
Connection closed by foreign host.
ccm@live1:~$
ccm@live1:~$ sudo /etc/init.
* Stopping Munin-Node [ OK ]
* Starting Munin-Node [ OK ]
ccm@live1:~$ telnet localhost 4949
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
# munin node at live1
list
open_inodes mysql_slowqueries irqstats apache_accesses if_eth0 mysql_threads df swap load cpu df_inode mysql_queries open_files forks iostat memory nfs_client vmstat apache_processes if_err_eth0 entropy postfix_mailqueue processes apache_volume interrupts mysql_bytes nfsd if_err_eth1 if_eth1 postfix_mailvolume
quit
---LOGSTOP---
Related branches
Changed in munin (Ubuntu): | |
assignee: | nobody → Thierry Carrez (ttx) |
status: | Triaged → In Progress |
Changed in munin (Debian): | |
status: | Unknown → Fix Released |
I can confirm this bug in Jaunty (munin-node 1.2.6-8ubuntu3) as well as in Karmic (munin-node 1.2.6-8ubuntu3).