From: Alan T. DeKok Date: Sun, 29 Apr 2012 13:06:37 +0000 (+0200) Subject: Add "connection fail" notification X-Git-Tag: release_3_0_0_beta0~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d78953702be5bb0b7ed711c238c9bafc9a7000e4;p=thirdparty%2Ffreeradius-server.git Add "connection fail" notification --- diff --git a/mibs/FREERADIUS-NOTIFICATION-MIB.txt b/mibs/FREERADIUS-NOTIFICATION-MIB.txt index 7f6d417794a..888d44ad836 100644 --- a/mibs/FREERADIUS-NOTIFICATION-MIB.txt +++ b/mibs/FREERADIUS-NOTIFICATION-MIB.txt @@ -85,6 +85,13 @@ serverModuleConnectionNone NOTIFICATION-TYPE DESCRIPTION "Notification that the module has no connections" ::= { serverModuleGeneric 3 } +serverModuleConnectionFail NOTIFICATION-TYPE + OBJECTS { radiusdModuleName, + radiusdModuleInstance } + STATUS current + DESCRIPTION "Notification that the module has failed to open a new connection" + ::= { serverModuleGeneric 4 } + homeServer OBJECT IDENTIFIER ::= { freeRadiusNotificationMib 3 } --