https://github.com/mnalis/munin-linksys-cpuload
Munin plugin for monitoring Cisco Linksys SG300 series CPU load
https://github.com/mnalis/munin-linksys-cpuload
cron munin-plugins networking
Last synced: 9 months ago
JSON representation
Munin plugin for monitoring Cisco Linksys SG300 series CPU load
- Host: GitHub
- URL: https://github.com/mnalis/munin-linksys-cpuload
- Owner: mnalis
- License: gpl-2.0
- Created: 2020-04-03T23:58:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T00:11:09.000Z (about 6 years ago)
- Last Synced: 2025-01-20T17:51:05.350Z (over 1 year ago)
- Topics: cron, munin-plugins, networking
- Language: Perl
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# munin-linksys-cpuload
Munin plugin for monitoring Cisco Linksys SG300 series CPU load
## Uses following OIDs:
* .iso.org.dod.internet.mgmt.mib-2.system.sysDescr.0 = STRING: SG300-52 52-Port Gigabit Managed Switch
* .iso.org.dod.internet.private.enterprises.9.6.1.101.1.7.0 = INTEGER: 2
* .iso.org.dod.internet.private.enterprises.9.6.1.101.1.8.0 = INTEGER: 23
* .iso.org.dod.internet.private.enterprises.9.6.1.101.1.9.0 = INTEGER: 8
## Usage (for Debian Buster):
edit `/etc/munin/plugin-conf.d/snmp_communities` and add:
snmp_switch1.sw.example.com_*
env.community your_RO_SNMP_password
shell:
cd /etc/munin/plugins
ln -s /usr/local/bin/snmp__linksys_load snmp_switch1.sw.example.com_linksys_load
service munin-node restart