lib/arborist/monitor/snmp/ups.rb
author Mahlon E. Smith <mahlon@martini.nu>
Sat, 01 Aug 2020 14:17:50 -0700
changeset 30 4fe00f5f71d9
parent 20 00a38d493f2c
permissions -rw-r--r--
Added tag v0.7.0 for changeset 40bcd1565627

# -*- ruby -*-
# vim: set noet nosta sw=4 ts=4 :

require 'arborist/monitor/snmp' unless defined?( Arborist::Monitor::SNMP )

# Namespace for UPS check classes.
class Arborist::Monitor::SNMP::UPS
	include Arborist::Monitor::SNMP

end