dc14a2a3ad
Now a service outside of Fault is in charge of trap generation, this new service manages the SNMP configuration trap destinations, communities, users etc. For this reason the code that reads and stores the SNMP configuration from fm.conf is removed. Story: 2008132 Task: 41419 Depends-On: https://review.opendev.org/765381 Change-Id: If27f4f04f9dfc37e7404d593e3b337cbbb361552 Signed-off-by: Pablo Bovina <pablo.bovina@windriver.com>
18 lines
261 B
C
18 lines
261 B
C
//
|
|
// Copyright (c) 2014-2020 Wind River Systems, Inc.
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
#ifndef __FM_SNMP_UTILS_H
|
|
#define __FM_SNMP_UTILS_H
|
|
|
|
|
|
#include "fmAPI.h"
|
|
#include "fmDb.h"
|
|
|
|
bool fm_snmp_util_gen_trap(int type, SFmAlarmDataT &data);
|
|
|
|
|
|
#endif
|