Log In | New Account
  
  
 
Home My Page Project Tree Contributions Contact us Register New Project Donate ourproject.org
 
 
Summary Home Page Tracker Lists Tasks Docs Surveys News SCM Wiki
 

ourproject: nagios/etc/nagios3/conf.d/misccommands.cfg

File: [ourproject] / nagios / etc / nagios3 / conf.d / misccommands.cfg (download)
Revision: 1
################################################################################
# Sample object config file for Nagios 
#
# Read the documentation for more information on this configuration file.  I've
# provided some comments here, but things may not be so clear without further
# explanation, so make sure to read the HTML documentation!
# 
# Last Modified: 05-27-2002
#
################################################################################


################################################################################
# COMMAND DEFINITIONS
#
# SYNTAX:
#
#	define command{
#               template      <templatename>
#		name          <objectname>
#               command_name  <commandname>
#               command_line  <commandline>
#               }
#
# WHERE:
#
# <templatename> = object name of another command definition that should be
#                  used as a template for this definition (optional)
# <objectname>   = object name of command definition, referenced by other
#                  command definitions that use it as a template (optional)
# <commandname>  = name of the command, as recognized/used by Nagios
# <commandline>  = command line
#
################################################################################

# 'check_http_bind_5280' command definition
define command{
        command_name    check_http_bind_5280
        command_line    /usr/lib/nagios/plugins/check_http -H $HOSTADDRESS$ -p 5280 -u /http-bind/
        }

# 'check_ping_google' command definition
define command{
        command_name    check_ping_google
        command_line    /usr/lib/nagios/plugins/check_fping -H google.com -w 300,1% -c 700,2% -n 20
        }


CVS/SVN Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS/SVN Help

 
   All trademarks and copyrights on this page are owned by their respective owners. Comments are owned by the Poster. Projects are released under their respectives licenses. Except where otherwise noted, the rest © copyleft 2002-2013 ourproject.org, licensed under a Creative Commons License BY-SA.