diff options
Diffstat (limited to 'plugins/check_mrtgtraf.c')
-rw-r--r-- | plugins/check_mrtgtraf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_mrtgtraf.c b/plugins/check_mrtgtraf.c index c99e421..ce9ab19 100644 --- a/plugins/check_mrtgtraf.c +++ b/plugins/check_mrtgtraf.c | |||
@@ -163,7 +163,7 @@ main (int argc, char **argv) | |||
163 | time (¤t_time); | 163 | time (¤t_time); |
164 | if (expire_minutes > 0 | 164 | if (expire_minutes > 0 |
165 | && (current_time - timestamp) > | 165 | && (current_time - timestamp) > |
166 | (expire_minutes * 60)) terminate (STATE_WARNING, | 166 | (expire_minutes * 60)) die (STATE_WARNING, |
167 | _("MRTG data has expired (%d minutes old)\n"), | 167 | _("MRTG data has expired (%d minutes old)\n"), |
168 | (int) ((current_time - timestamp) / | 168 | (int) ((current_time - timestamp) / |
169 | 60)); | 169 | 60)); |