Imported Upstream version 2.7.4
This commit is contained in:
parent
fd413a3168
commit
c9cb2187ee
290 changed files with 7473 additions and 2607 deletions
|
|
@ -36,7 +36,7 @@
|
|||
static info_lkp_t bestpower_power_status[] = {
|
||||
{ 1, "OL" },
|
||||
{ 2, "OB" },
|
||||
{ 0, "NULL" }
|
||||
{ 0, NULL }
|
||||
} ;
|
||||
|
||||
/* Snmp2NUT lookup table for Best Power MIB */
|
||||
|
|
@ -80,5 +80,5 @@ static snmp_info_t bestpower_mib[] = {
|
|||
{ NULL, 0, 0, NULL, NULL, 0, NULL, NULL }
|
||||
} ;
|
||||
|
||||
mib2nut_info_t bestpower = { "bestpower", BESTPOWER_MIB_VERSION, "",
|
||||
mib2nut_info_t bestpower = { "bestpower", BESTPOWER_MIB_VERSION, NULL,
|
||||
BESTPOWER_OID_MODEL_NAME, bestpower_mib };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue