Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do i setup munin plugin multiping

Tags:

munin

According to the plugin:

The following environment variables are used

 ping_args  - Arguments to ping (default "-c 2")
 ping_args2 - Arguments after the host name (required for Solaris)
 ping       - Ping program to use
 host       - Host to ping

Configuration example

 [multiping]
  env.host www.example.org mail.example.org

where do i specify the [multiping]

like image 480
kamal Avatar asked Jan 31 '12 00:01

kamal


1 Answers

You should write this configuration into a new file located in

/etc/munin/plugin-conf.d

or add these two lines at the end of file

/etc/munin/plugin-conf.d/munin-node

like image 112
jpyzio Avatar answered Sep 30 '22 13:09

jpyzio