Searched refs:print_alert_recipients (Results 1 – 8 of 8) sorted by relevance
/dports/net-mgmt/xymon-client/xymon-4.3.30/lib/ |
H A D | loadalerts.h | 105 extern void print_alert_recipients(activealerts_t *alert, strbuffer_t *buf);
|
H A D | loadalerts.c | 1134 void print_alert_recipients(activealerts_t *alert, strbuffer_t *buf) in print_alert_recipients() function
|
/dports/net-mgmt/xymon-server/xymon-4.3.30/lib/ |
H A D | loadalerts.h | 105 extern void print_alert_recipients(activealerts_t *alert, strbuffer_t *buf);
|
H A D | loadalerts.c | 1134 void print_alert_recipients(activealerts_t *alert, strbuffer_t *buf) in print_alert_recipients() function
|
/dports/net-mgmt/xymon-server/xymon-4.3.30/web/ |
H A D | confreport.c | 482 if (have_recipient(alert, NULL)) print_alert_recipients(alert, buf); in print_host()
|
H A D | svcstatus-info.c | 251 if (have_recipient(alert, NULL)) { rcount++; print_alert_recipients(alert, buf); } in generate_xymon_alertinfo()
|
/dports/net-mgmt/xymon-client/xymon-4.3.30/web/ |
H A D | confreport.c | 482 if (have_recipient(alert, NULL)) print_alert_recipients(alert, buf); in print_host()
|
H A D | svcstatus-info.c | 251 if (have_recipient(alert, NULL)) { rcount++; print_alert_recipients(alert, buf); } in generate_xymon_alertinfo()
|