Skip to content

httping (measure the latency and throghput of HTTP) plugin for munin

Notifications You must be signed in to change notification settings

hrix/munin-plugin-httping_

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

HTTPING PLUGIN FOR MUNIN

Need to install httping(1.5.3 later)

$ wget http://www.vanheusden.com/httping/httping-1.5.4.tgz
$ tar xfz httping-1.5.4.tgz
$ cd httping-1.5.4
$ make
# make install

------
Install

$ wget --no-check-certificate https://raw.github.com/s1100/munin-plugin-httping_/master/httping_
# cp ./httping_ /usr/share/munin/plugins/
# chmod 755 /usr/share/munin/plugins/httping_
# ln -s /usr/share/munin/plugins/httping_ /etc/munin/plugins/httping_yourdomain

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

example.

[httping_yourdomain]
    env.URL    http://yourdomain.com/
    env.COUNT	5

------
# service munin-node restart

About

httping (measure the latency and throghput of HTTP) plugin for munin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%