Module: monitoring-plugins
Branch: check_game_update_url
Commit: f291934f2cd7124e62deb6de5fca98d2506d3c45
Author: RincewindsHat <[email protected]>
Date: Sun Nov 21 02:43:01 2021 +0100
URL:
https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=f291934
Update Url to qstat
---
plugins/check_game.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/check_game.c b/plugins/check_game.c
index 709dae1..a534b69 100644
--- a/plugins/check_game.c
+++ b/plugins/check_game.c
@@ -318,7 +318,7 @@ print_help (void)
printf ("%s\n", _("Notes:"));
printf (" %s\n", _("This plugin uses the 'qstat' command, the popular game
server status query tool."));
printf (" %s\n", _("If you don't have the package installed, you will need
to download it from"));
- printf (" %s\n", _("http://www.activesw.com/people/steve/qstat.html before
you can use this plugin."));
+ printf (" %s\n", _("https://github.com/multiplay/qstat before you can use
this plugin."));
printf (UT_SUPPORT);
}