diff options
Diffstat (limited to 'plugins/check_real.c')
| -rw-r--r-- | plugins/check_real.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/check_real.c b/plugins/check_real.c index b415578f..0dd649e1 100644 --- a/plugins/check_real.c +++ b/plugins/check_real.c | |||
| @@ -83,6 +83,9 @@ int main(int argc, char **argv) { | |||
| 83 | time(&start_time); | 83 | time(&start_time); |
| 84 | 84 | ||
| 85 | mp_check overall = mp_check_init(); | 85 | mp_check overall = mp_check_init(); |
| 86 | |||
| 87 | mp_set_ok_summary(&overall, "REAL check is OK"); | ||
| 88 | |||
| 86 | mp_subcheck sc_connect = mp_subcheck_init(); | 89 | mp_subcheck sc_connect = mp_subcheck_init(); |
| 87 | 90 | ||
| 88 | /* try to connect to the host at the given port number */ | 91 | /* try to connect to the host at the given port number */ |
