summaryrefslogtreecommitdiffstats
path: root/web/attachments/268504-patch.diff
diff options
context:
space:
mode:
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"));