summaryrefslogtreecommitdiffstats
path: root/web/attachments/268504-patch.diff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
commit0b6423f9c99d9edf8c96fefd0f6c453859395aa1 (patch)
tree1c2b6b21704a294940f87c7892676998d8371707 /web/attachments/268504-patch.diff
downloadsite-0b6423f9c99d9edf8c96fefd0f6c453859395aa1.tar.gz
Import Nagios Plugins site
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.
Diffstat (limited to 'web/attachments/268504-patch.diff')
-rw-r--r--web/attachments/268504-patch.diff28
1 files changed, 28 insertions, 0 deletions
diff --git a/web/attachments/268504-patch.diff b/web/attachments/268504-patch.diff
new file mode 100644
index 0000000..83cc70a
--- /dev/null
+++ b/web/attachments/268504-patch.diff
@@ -0,0 +1,28 @@
1555c555
2< asprintf (&send_buffer,"NRMH:Server_Health_Status\r\n");
3---
4> asprintf (&send_buffer,"NRMH\r\n");
5563c563
6< result=STATE_CRITICAL;
7---
8> result=STATE_OK;
9566c566,567
10< else if (nrm_health_status==1) {
11---
12> else {
13> if (nrm_health_status==1) {
14569,571c570,571
15< }
16< else {
17< result=STATE_OK;
18---
19> }
20>
21573c573
22< }
23---
24> }
251679c1679
26< printf (" %s\n", _(" TCB, LRUS and LRUM.\n"));
27---
28> printf (" %S\n", _(" TCB, LRUS and LRUM.\n"));