Linux/Munin: Difference between revisions
< Linux
(Die Seite wurde neu angelegt: „Category:Linux/Webservices Category:Linux“) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Basic commands == | |||
<pre> | |||
munin-run sensors_temp | |||
</pre> | |||
== /etc/munin/plugin-conf.d/munin-node == | |||
<pre> | |||
[sensors_*] | |||
env.ignore_temp1 true | |||
env.ignore_temp2 true | |||
[multiping] | |||
env.host www.heise.de 192.168.1.1 | |||
</pre> | |||
== /etc/munin/munin-node.conf == | |||
<pre> | |||
# host * | |||
host 127.0.0.1 | |||
</pre> | |||
[[Category:Linux/Webservices]] | [[Category:Linux/Webservices]] | ||
[[Category:Linux]] | [[Category:Linux]] |
Latest revision as of 14:41, 1 April 2017
Basic commands
munin-run sensors_temp
/etc/munin/plugin-conf.d/munin-node
[sensors_*] env.ignore_temp1 true env.ignore_temp2 true [multiping] env.host www.heise.de 192.168.1.1
/etc/munin/munin-node.conf
# host * host 127.0.0.1