changeset 20 | 00a38d493f2c |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/arborist/monitor/snmp/ups.rb Thu Apr 18 11:49:09 2019 -0700 @@ -0,0 +1,10 @@ +# -*- 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