Imported Upstream version 2.7.3
This commit is contained in:
parent
a356b56d11
commit
fd413a3168
283 changed files with 14978 additions and 6511 deletions
|
|
@ -83,15 +83,19 @@
|
|||
#define CPQPOWER_OID_ALARM_LB ".1.3.6.1.4.1.232.165.3.7.4.0" /* UPS-MIB::upsLowBattery */
|
||||
|
||||
|
||||
/* Not used, as no longer supported by MIB ver. 1.76 (Github issue 118)
|
||||
static info_lkp_t cpqpower_alarm_ob[] = {
|
||||
{ 1, "OB" },
|
||||
{ 0, "NULL" }
|
||||
} ;
|
||||
};
|
||||
*/
|
||||
|
||||
/* Not used, as no longer supported by MIB ver. 1.76 (Github issue 118)
|
||||
static info_lkp_t cpqpower_alarm_lb[] = {
|
||||
{ 1, "LB" },
|
||||
{ 0, "NULL" }
|
||||
} ;
|
||||
};
|
||||
*/
|
||||
|
||||
/* Defines for CPQPOWER_OID_POWER_STATUS (1) */
|
||||
static info_lkp_t cpqpower_pwr_info[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue