Home
last modified time | relevance | path

Searched refs:MACRO_NOTIFICATIONTYPE (Results 1 – 11 of 11) sorted by relevance

/dports/net-mgmt/nagios4/nagios-4.4.6/base/
H A Dnotifications.c210 mac.x[MACRO_NOTIFICATIONTYPE] = "DOWNTIMEEND"; in service_notification()
214 mac.x[MACRO_NOTIFICATIONTYPE] = "CUSTOM"; in service_notification()
216 mac.x[MACRO_NOTIFICATIONTYPE] = "RECOVERY"; in service_notification()
218 mac.x[MACRO_NOTIFICATIONTYPE] = "PROBLEM"; in service_notification()
220 mac.x[MACRO_NOTIFICATIONTYPE] = strdup(mac.x[MACRO_NOTIFICATIONTYPE]); in service_notification()
253 my_free(mac.x[MACRO_NOTIFICATIONTYPE]); in service_notification()
1171 mac.x[MACRO_NOTIFICATIONTYPE] = "CUSTOM"; in host_notification()
1173 mac.x[MACRO_NOTIFICATIONTYPE] = "RECOVERY"; in host_notification()
1175 mac.x[MACRO_NOTIFICATIONTYPE] = "PROBLEM"; in host_notification()
1177 mac.x[MACRO_NOTIFICATIONTYPE] = strdup(mac.x[MACRO_NOTIFICATIONTYPE]); in host_notification()
[all …]
/dports/net-mgmt/nagios/nagios-3.5.1/base/
H A Dnotifications.c204 mac.x[MACRO_NOTIFICATIONTYPE] = "DOWNTIMEEND"; in service_notification()
208 mac.x[MACRO_NOTIFICATIONTYPE] = "CUSTOM"; in service_notification()
210 mac.x[MACRO_NOTIFICATIONTYPE] = "RECOVERY"; in service_notification()
212 mac.x[MACRO_NOTIFICATIONTYPE] = "PROBLEM"; in service_notification()
214 mac.x[MACRO_NOTIFICATIONTYPE] = strdup(mac.x[MACRO_NOTIFICATIONTYPE]); in service_notification()
247 my_free(mac.x[MACRO_NOTIFICATIONTYPE]); in service_notification()
1187 mac.x[MACRO_NOTIFICATIONTYPE] = "CUSTOM"; in host_notification()
1189 mac.x[MACRO_NOTIFICATIONTYPE] = "RECOVERY"; in host_notification()
1191 mac.x[MACRO_NOTIFICATIONTYPE] = "PROBLEM"; in host_notification()
1193 mac.x[MACRO_NOTIFICATIONTYPE] = strdup(mac.x[MACRO_NOTIFICATIONTYPE]); in host_notification()
[all …]
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios/
H A Dmacros.h75 #define MACRO_NOTIFICATIONTYPE 29
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-3x/
H A Dmacros.h95 #define MACRO_NOTIFICATIONTYPE 29
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-4x/
H A Dmacros.h93 #define MACRO_NOTIFICATIONTYPE 29
/dports/net-mgmt/nagios4/nagios-4.4.6/include/
H A Dmacros.h93 #define MACRO_NOTIFICATIONTYPE 29
/dports/net-mgmt/nagios/nagios-3.5.1/include/
H A Dmacros.h95 #define MACRO_NOTIFICATIONTYPE 29
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios4/
H A Dmacros.h93 #define MACRO_NOTIFICATIONTYPE 29
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-2x/
H A Dnagios.h83 #define MACRO_NOTIFICATIONTYPE 29 macro
/dports/net-mgmt/nagios4/nagios-4.4.6/common/
H A Dmacros.c1086 case MACRO_NOTIFICATIONTYPE:
/dports/net-mgmt/nagios/nagios-3.5.1/common/
H A Dmacros.c1046 case MACRO_NOTIFICATIONTYPE: