mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-22 15:08:55 -04:00
check_real: implement ok summary
This commit is contained in:
parent
be75ecf42e
commit
272d7ebdae
1 changed files with 3 additions and 0 deletions
|
|
@ -83,6 +83,9 @@ int main(int argc, char **argv) {
|
|||
time(&start_time);
|
||||
|
||||
mp_check overall = mp_check_init();
|
||||
|
||||
mp_set_ok_summary(&overall, "REAL check is OK");
|
||||
|
||||
mp_subcheck sc_connect = mp_subcheck_init();
|
||||
|
||||
/* try to connect to the host at the given port number */
|
||||
|
|
|
|||
Loading…
Reference in a new issue