nut/drivers/emerson-avocent-pdu-mib.h

32 lines
1.2 KiB
C
Raw Permalink Normal View History

2022-06-29 10:37:36 +00:00
/* emerson-avocent-pdu-mib.h - subdriver to monitor Emerson Avocent PDUs with NUT
2016-07-18 00:11:41 +00:00
*
* Copyright (C)
2022-06-29 10:37:36 +00:00
* 2008-2018 Arnaud Quette <arnaud.quette@gmail.com>
* 2009 Opengear <support@opengear.com>
* 2018 Eaton (Arnaud Quette <ArnaudQuette@Eaton.com>)
2016-07-18 00:11:41 +00:00
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
2022-06-29 10:37:36 +00:00
#ifndef EMERSON_AVOCENT_PDU_MIB_H
#define EMERSON_AVOCENT_PDU_MIB_H
2016-07-18 00:11:41 +00:00
#include "main.h"
#include "snmp-ups.h"
2022-06-29 10:37:36 +00:00
extern mib2nut_info_t emerson_avocent_pdu;
2016-07-18 00:11:41 +00:00
2022-06-29 10:37:36 +00:00
#endif /* EMERSON_AVOCENT_PDU_MIB_H */