diff options
Diffstat (limited to 'plugins/check_cluster.c')
| -rw-r--r-- | plugins/check_cluster.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c index 2c7ee113..6f9c3e68 100644 --- a/plugins/check_cluster.c +++ b/plugins/check_cluster.c | |||
| @@ -71,6 +71,10 @@ int main(int argc, char **argv){ | |||
| 71 | int return_code=STATE_OK; | 71 | int return_code=STATE_OK; |
| 72 | thresholds *thresholds = NULL; | 72 | thresholds *thresholds = NULL; |
| 73 | 73 | ||
| 74 | setlocale (LC_ALL, ""); | ||
| 75 | bindtextdomain (PACKAGE, LOCALEDIR); | ||
| 76 | textdomain (PACKAGE); | ||
| 77 | |||
| 74 | if(process_arguments(argc,argv)==ERROR) | 78 | if(process_arguments(argc,argv)==ERROR) |
| 75 | usage(_("Could not parse arguments")); | 79 | usage(_("Could not parse arguments")); |
| 76 | 80 | ||
