#include <net-snmp/net-snmp-config.h>#include <net-snmp/net-snmp-includes.h>#include <net-snmp/agent/net-snmp-agent-includes.h>#include "openserMIBNotifications.h"#include "../../dprint.h"#include "../../config.h"

Go to the source code of this file.
Functions | |
| int | send_openserDialogLimitMajorEvent_trap (int numDialogs, int threshold) |
| int | send_openserDialogLimitMinorEvent_trap (int numDialogs, int threshold) |
| int | send_openserMsgQueueDepthMajorEvent_trap (int msgQueueDepth, int majorThreshold) |
| int | send_openserMsgQueueDepthMinorEvent_trap (int msgQueueDepth, int minorThreshold) |
Variables | |
| static oid | snmptrap_oid [] = {1, 3, 6, 1, 6, 3, 1, 1, 4, 1, 0} |
| int send_openserDialogLimitMajorEvent_trap | ( | int | numDialogs, | |
| int | threshold | |||
| ) |
Definition at line 204 of file openserMIBNotifications.c.
References NULL, OPENSER_OID, and snmptrap_oid.
Referenced by run_alarm_check().
| int send_openserDialogLimitMinorEvent_trap | ( | int | numDialogs, | |
| int | threshold | |||
| ) |
Definition at line 155 of file openserMIBNotifications.c.
References NULL, OPENSER_OID, and snmptrap_oid.
Referenced by run_alarm_check().
| int send_openserMsgQueueDepthMajorEvent_trap | ( | int | msgQueueDepth, | |
| int | majorThreshold | |||
| ) |
Definition at line 105 of file openserMIBNotifications.c.
References NULL, OPENSER_OID, and snmptrap_oid.
Referenced by run_alarm_check().
| int send_openserMsgQueueDepthMinorEvent_trap | ( | int | msgQueueDepth, | |
| int | minorThreshold | |||
| ) |
Definition at line 56 of file openserMIBNotifications.c.
References NULL, OPENSER_OID, and snmptrap_oid.
Referenced by run_alarm_check().
oid snmptrap_oid[] = {1, 3, 6, 1, 6, 3, 1, 1, 4, 1, 0} [static] |
Definition at line 46 of file openserMIBNotifications.c.
Referenced by send_openserDialogLimitMajorEvent_trap(), send_openserDialogLimitMinorEvent_trap(), send_openserMsgQueueDepthMajorEvent_trap(), and send_openserMsgQueueDepthMinorEvent_trap().
1.5.6