snmppages
Monitor supply levels (ie toner level and/or maintenance cartridges) on printers via SNMP
| Language | Perl |
| Requirements | Perl Net::SNMP |
| Supported platforms | SNMP capable printers adhering to RFC1759 (which include most HP LaserJets) |
| Written by | Sveinung Marvik - sveinung.marvik@ntnu.no Rune Nordbøe Skillingstad - rune.skillingstad@ntnu.no |
Configuration
No special munin configuration needed. Supports general SNMP configuration.
- timeout - defaults to 30 seconds
- host - hostname to get values from (defaults to filename style)
- port - defaults to port 161
- community - default to public
Copy snmp_ _supplies to /usr/share/munin/plugins and run munin-node-configure-snmp myprinter.domain.tld (cut and paste the suggested ln commands you like)
# munin-node-configure-snmp myprinter.domain.tld ln -s /usr/share/munin/plugins/snmp__supplies /etc/munin/plugins/snmp_myprinter.domain.tld_supplies
[snmp*supplies] env.timeout 30 env.host myprinter.domain.tld env.port 161 env.community public env.warning 10 env.critical 5
Attachments
- snmp_supplies.png (18.4 kB) -
Example output from snmpsupplies, one maintenance cartridge and one toner cartridge
, added by sveinung.marvik@ntnu.no on 03/23/06 14:03:49. - snmp__supplies (4.0 kB) -
Plugin
, added by sveinung.marvik@ntnu.no on 03/23/06 14:05:25.
