Jan 2, 2020 | SNMP category, Virtualization
#!/bin/bash # Cor van Wandelen # percentage memory used on VMware host if [ $# -eq 0 ] || [ $# -eq 1 ] then echo “Syntax: ” exit -1 fi USED=`snmpwalk -v2c -c $2 $1 1.3.6.1.2.1.25.5.1.1.2 | cut -d ‘ ‘ -f4 | paste -sd+ | bc` TOTAL=`snmpwalk -v2c...Jul 13, 2018 | SNMP category, Tools
Tool to migrate all SNMP monitoring from a Cacti system to Pandora FMS including historical data. See more at https://blog.pandorafms.org/how-to-migrate-cacti/ Spanish documentation English documentation Cacti to Pandora migration tool...Jun 28, 2018 | Enterprise, Network Monitoring
Pandora FMS plugin for Network bandwidth monitoring. This plugin allows you to monitor the percentage of use of your interface bandwidth. Only enterprise users can view the download links.Jan 8, 2018 | Enterprise, Network Monitoring, SNMP category
Enterprise policy with SNMP modules for HP LaserJet 9040 printer. This policy provides following modules: HP_LaserJet_9040 two.black.cartridges.1.ink.max two.black.cartridges.1.ink.now two.black.cartridges.1.type two.black.cartridges.2.ink.max...Jan 8, 2018 | Enterprise, Network Monitoring, SNMP category
Enterprise policy with SNMP modules for HP LaserJet Series printer. This policy provides following modules: HP_LaserJet_Series one.black.cartridge.ink.max one.black.cartridge.ink.now one.black.cartridge.type one.black.model Files: Only enterprise users can view the...