Code

Allow custom versions with the release file...
[nagiosplug.git] / plugins / check_mrtg.c
index 550326b1405bce6829bd01d9c34738f5f2ee1616..65260ed1bae406c8da0ff55d98ab65fc180e7467 100644 (file)
@@ -53,7 +53,7 @@ char *units;
 int
 main (int argc, char **argv)
 {
-       int result = STATE_UNKNOWN;
+       int result = STATE_OK;
        FILE *fp;
        int line;
        char input_buffer[MAX_INPUT_BUFFER];