Home Directory Plugins Hardware Network Gear Others check_snmp_mikrotik_env.pl

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_snmp_mikrotik_env.pl

Rating
0 votes
Favoured:
0
Current Version
v1
Last Release Date
2017-05-08
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
License
GPL
Hits
6181
Files:
FileDescription
check_snmp_mikrotik_env.plcheck_snmp_mikrotik_env.pl
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This Nagios Plugins is SNMP based, used to monitor mikrotik routers environment's values for example Temperature and Power Consumption.
Sample command,

check_snmp_mikrotik_env.pl -H host -C 'COMMUNITY-STRING' -t 'type of monitoring items temp, power' -w WARNING -c CRITCAL

If '-t temp' then Warning and Critical threshold will work on Internal Temperature.

If '-t' power then Warning and Critical threshold will work on Voltage

check_snmp_mikrotik_env.pl -H 192.168.101.1 -C public -t temp -w 40 -c 50
check_snmp_mikrotik_env.pl -H 192.168.101.1 -C public -t power -w 240 -c 260