mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-07-15 03:41:22 -04:00
check_radius: implement ok summary
This commit is contained in:
parent
7dc3bed81e
commit
be75ecf42e
1 changed files with 3 additions and 0 deletions
|
|
@ -171,6 +171,9 @@ int main(int argc, char **argv) {
|
|||
#endif
|
||||
|
||||
mp_check overall = mp_check_init();
|
||||
|
||||
mp_set_ok_summary(&overall, "Radius check is OK");
|
||||
|
||||
mp_subcheck sc_read_config = mp_subcheck_init();
|
||||
|
||||
char *str = strdup("dictionary");
|
||||
|
|
|
|||
Loading…
Reference in a new issue