mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Add thresholds even if value is missing
This commit is contained in:
parent
1c53c4f541
commit
e030c2d17c
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ main (int argc, char **argv)
|
|||
crta>0?TRUE:FALSE, crta,
|
||||
TRUE, 0, FALSE, 0));
|
||||
} else {
|
||||
printf("| rta=U;;;;;");
|
||||
printf("| rta=U;%f;%f;;", wrta, crta);
|
||||
}
|
||||
printf(" %s\n", perfdata ("pl", (long) pl, "%",
|
||||
wpl>0?TRUE:FALSE, wpl,
|
||||
|
|
|
|||
Loading…
Reference in a new issue