summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e8d6f41)
raw | patch | inline | side by side (parent: e8d6f41)
author | Matthias Eble <psychotrahe@users.sourceforge.net> | |
Sun, 23 Sep 2007 12:29:36 +0000 (12:29 +0000) | ||
committer | Matthias Eble <psychotrahe@users.sourceforge.net> | |
Sun, 23 Sep 2007 12:29:36 +0000 (12:29 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1793 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_disk.c | patch | blob | history | |
plugins/negate.c | patch | blob | history |
diff --git a/plugins/check_disk.c b/plugins/check_disk.c
index c9c9adc5b38e03d47b4b6c09fa8f6725b31e2bd2..4c6886e46f59bd229fc2b4f2ada633d5a0a10bc8 100644 (file)
--- a/plugins/check_disk.c
+++ b/plugins/check_disk.c
if (verbose > 3)
printf("Group %s: add %llu blocks (%s) \n", path->group, tmpfsp.fsu_bavail, temp_list->name);
- /* printf("Group %s: add %u blocks (%s)\n", temp_list->name); // path->group, tmpfsp.fsu_bavail, temp_list->name); */
+ /* printf("Group %s: add %u blocks (%s)\n", temp_list->name); *//* path->group, tmpfsp.fsu_bavail, temp_list->name); */
np_add_name(&seen, temp_list->best_match->me_mountdir);
}
diff --git a/plugins/negate.c b/plugins/negate.c
index 00e46d6b0d5dbec869877ed94dbd0f61e83714f6..226f286e2205d45af32e8d655c047104e5d020b2 100644 (file)
--- a/plugins/negate.c
+++ b/plugins/negate.c
#include "utils.h"
#include "utils_cmd.h"
-//char *command_line;
+/* char *command_line; */
static const char **process_arguments (int, char **);
int validate_arguments (char **);