summaryrefslogtreecommitdiffstats
path: root/debian/pluginconfig/games.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'debian/pluginconfig/games.cfg')
-rw-r--r--debian/pluginconfig/games.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/pluginconfig/games.cfg b/debian/pluginconfig/games.cfg
new file mode 100644
index 0000000..0ada476
--- /dev/null
+++ b/debian/pluginconfig/games.cfg
@@ -0,0 +1,14 @@
+# 'check_quake' command definition
+define command{
+ command_name check_quake
+ command_line /usr/lib/nagios/plugins/check_game qs '$HOSTADDRESS$'
+ }
+
+
+# 'check_unreal' command definition
+define command{
+ command_name check_unreal
+ command_line /usr/lib/nagios/plugins/check_game uns '$HOSTADDRESS$' -P '$ARG1$' -p 8
+ }
+
+