diff options
| author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-12 19:30:20 +0000 |
|---|---|---|
| committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-12 19:30:20 +0000 |
| commit | 4edea20b86fb08209ffb38c77be2df1d3a373e82 (patch) | |
| tree | cb53837ed7bd59ee53f83df6f50e01fa446ff399 /plugins/check_disk.c | |
| parent | ee03f1415acc9f4f8901593d9045244fbb3bbbb0 (diff) | |
| download | monitoring-plugins-4edea20b86fb08209ffb38c77be2df1d3a373e82.tar.gz | |
Moving parameter_list into utils_disk.h. Given list of mount points, can
now work out best match or exact match.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1448 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_disk.c')
| -rw-r--r-- | plugins/check_disk.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c index f0a679dd..8e9c1fce 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c | |||
| @@ -74,21 +74,6 @@ static int show_local_fs = 0; | |||
| 74 | SunOs4.1.3, for one. It is *not* necessary on Linux. */ | 74 | SunOs4.1.3, for one. It is *not* necessary on Linux. */ |
| 75 | /* static int require_sync = 0; */ | 75 | /* static int require_sync = 0; */ |
| 76 | 76 | ||
| 77 | /* A filesystem type to display. */ | ||
| 78 | struct parameter_list | ||
| 79 | { | ||
| 80 | char *name; | ||
| 81 | int found; | ||
| 82 | int found_len; | ||
| 83 | uintmax_t w_df; | ||
| 84 | uintmax_t c_df; | ||
| 85 | double w_dfp; | ||
| 86 | double c_dfp; | ||
| 87 | double w_idfp; | ||
| 88 | double c_idfp; | ||
| 89 | struct parameter_list *name_next; | ||
| 90 | }; | ||
| 91 | |||
| 92 | /* Linked list of filesystem types to display. | 77 | /* Linked list of filesystem types to display. |
| 93 | If `fs_select_list' is NULL, list all types. | 78 | If `fs_select_list' is NULL, list all types. |
| 94 | This table is generated dynamically from command-line options, | 79 | This table is generated dynamically from command-line options, |
