~ubuntu-branches/ubuntu/hoary/nagios-plugins/hoary

« back to all changes in this revision

Viewing changes to debian/pluginconfig/games.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2004-06-15 15:37:48 UTC
  • Revision ID: james.westby@ubuntu.com-20040615153748-qu1p82yghm0o98ct
Tags: 1.3.1.0-7
Add 03_hostwithnumbers.dpatch written by me to correct the behaviour
of is_hostname() in utils.c  about host components beginning with a 
number (closes: #253620). Thanks to Andreas Edler who spotted
the problem.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# 'check_quake' command definition
 
2
define command{
 
3
        command_name    check_quake
 
4
        command_line    /usr/lib/nagios/plugins/check_game qs $HOSTADDRESS$
 
5
        }
 
6
 
 
7
 
 
8
# 'check_unreal' command definition
 
9
define command{
 
10
        command_name    check_unreal
 
11
        command_line    /usr/lib/nagios/plugins/check_game uns $HOSTADDRESS$ -p $ARG1$ -pf 8
 
12
        }
 
13
 
 
14