mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-10 17:20:05 -04:00
check_load: Fix missing brace in output
This commit is contained in:
parent
53178c3658
commit
e1d4316000
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ int main(int argc, char **argv) {
|
|||
|
||||
mp_subcheck scaled_load_sc = mp_subcheck_init();
|
||||
scaled_load_sc = mp_set_subcheck_default_state(scaled_load_sc, STATE_OK);
|
||||
scaled_load_sc.output = "Scaled Load (divided by number of CPUs";
|
||||
scaled_load_sc.output = "Scaled Load (divided by number of CPUs)";
|
||||
|
||||
mp_perfdata pd_scaled_load1 = perfdata_init();
|
||||
pd_scaled_load1.label = "scaled_load1";
|
||||
|
|
|
|||
Loading…
Reference in a new issue