2010-03-25 23:20:59 +00:00
|
|
|
#ifndef POWERWARE_MIB_H
|
|
|
|
#define POWERWARE_MIB_H
|
|
|
|
|
|
|
|
#include "main.h"
|
|
|
|
#include "snmp-ups.h"
|
|
|
|
|
|
|
|
extern mib2nut_info_t powerware;
|
2016-07-18 00:11:41 +00:00
|
|
|
extern mib2nut_info_t pxgx_ups;
|
2010-03-25 23:20:59 +00:00
|
|
|
|
|
|
|
#endif /* POWERWARE_MIB_H */
|