Skip to content

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

Notifications You must be signed in to change notification settings

zembutsu/munin-plugin-httping_

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

HTTPING PLUGIN FOR MUNIN

Installation

cd /usr/share/munin/plugins/
wget --no-check-certificate https://raw.github.com/zembutsu/munin-plugin-httping_/master/httping_
chmod +x httping_
ln -s /usr/share/munin/plugins/httping_ /etc/munin/plugins/httping_localhost

/etc/munin/plugin-conf.d/munin-node, add at the bottom

[httping_localhost]
    env.URL	http://localhost/
    env.COUNT	5
    env.connect_warning 400
    env.connect_critical 700
    env.processing_warning 400
    env.processing_critical 1000

plugin test

munin-run httping_localhost

To get the Plugin do its job, simply restart Munin

service munin-node restart

Requirements

  • httping

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