https://github.com/nicolargo/muninplugins
Munin Plugins
https://github.com/nicolargo/muninplugins
Last synced: 3 months ago
JSON representation
Munin Plugins
- Host: GitHub
- URL: https://github.com/nicolargo/muninplugins
- Owner: nicolargo
- Created: 2012-06-12T19:20:54.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-16T15:03:20.000Z (almost 13 years ago)
- Last Synced: 2025-01-26T03:45:24.802Z (4 months ago)
- Size: 104 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Munin plugins
=============# ddos_
A Simple Munin plugin to monitor DDOS Attack.
Installation on a Munin node:
cd /tmp
wget https://raw.github.com/nicolargo/muninplugins/master/ddos_sudo munin-node-configure --shell
sudo cp ddos_ /usr/share/munin/plugins/
sudo chmod a+x /usr/share/munin/plugins/ddos_
sudo munin-node-configure --shell
sudo ln -s /usr/share/munin/plugins/ddos_ /etc/munin/plugins/ddos_
sudo service munin-node restart
Enjoy !