summaryrefslogtreecommitdiffstats
path: root/web/attachments/268504-patch.diff
blob: 83cc70a8c26bc62bba951d2f413a7a48ceecd531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
555c555
<               asprintf (&send_buffer,"NRMH:Server_Health_Status\r\n");
---
>               asprintf (&send_buffer,"NRMH\r\n");
563c563
<                       result=STATE_CRITICAL;
---
>                       result=STATE_OK;
566c566,567
<               else if (nrm_health_status==1) {
---
>               else {
>                       if (nrm_health_status==1) {
569,571c570,571
<               }
<               else    {
<                       result=STATE_OK;
---
>                       }
> 
573c573
<               }
---
>               }
1679c1679
<   printf (" %s\n", _("  TCB, LRUS and LRUM.\n"));
---
>   printf (" %S\n", _("  TCB, LRUS and LRUM.\n"));