Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

reconfigure munin to contain apache stats #517

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 3 comments
Closed

reconfigure munin to contain apache stats #517

openstreetmap-trac opened this issue Jul 23, 2021 · 3 comments

Comments

@openstreetmap-trac
Copy link

Reporter: Sebastian[at]SSpaeth.de
[Submitted to the original trac issue database at 9.45am, Monday, 23rd July 2007]

Munin currently doesn't show apache stats for the dev.osm server. Yann proposes to
dpkg-reconfigure munin to include the apache stats. I need to look into this.

@openstreetmap-trac
Copy link
Author

Author: tom[at]compton.nu
[Added to the original trac issue at 12.07pm, Monday, 23rd July 2007]

You might also want to hook up lm_sensors so the hardware can be monitored - I've already done it on www. Assuming that lm_sensors is working you need symlinks in /etc/munin/plugins as follows:

sensors_fan -> /usr/share/munin/plugins/sensors_
sensors_temp -> /usr/share/munin/plugins/sensors_

You will probably also need to edit /etc/munin/plugin-conf.d/munin-node to indicate which sensors are connected to anything sensible - the relevant sections on www look like:

[sensors_fan]
user nobody
env.ignore_fan1 1
env.ignore_fan3 1
env.ignore_fan4 1

[sensors_temp]
user nobody
env.ignore_temp3 1

@openstreetmap-trac
Copy link
Author

Author: tom[at]compton.nu
[Added to the original trac issue at 12.09pm, Monday, 23rd July 2007]

God I hate trac's wiki formatting... The links should have looked like:

sensors_fan -> /usr/share/munin/plugins/sensors_ 
sensors_temp -> /usr/share/munin/plugins/sensors_

and the config fragment like:

[sensors_fan]
user nobody
env.ignore_fan1 1
env.ignore_fan3 1
env.ignore_fan4 1

[sensors_temp]
user nobody
env.ignore_temp3 1

@openstreetmap-trac
Copy link
Author

Author: sebastian[at]sspaeth.de
[Added to the original trac issue at 8.15pm, Wednesday, 15th August 2007]

Done

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant