From 7379c85a23eae65e794de8e5dddc4768f598ac9a Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Tue, 14 Feb 2012 17:51:44 +0100 Subject: [PATCH] Added README file --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..e29ad52 --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +check_quake.sh + +This is meant to be a Nagios plugin to monitor Quake servers. Currently only +Quake II server are supported, but it's easy to to any types of servers that +are supported by qstat. This plugin uses qstat to do all the queries. + +Note that this plugin is in very early development and does NOT yet comply with +the Nagios Plugin Development Guidelines. +The plugin is in use by myself to monitor a friends Quake II server and is +working nicely, but it is not production ready! +