
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) |
| 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().
1.5.6