git-svn-id: http://svn.centreon.com/Plugins/Dev@2644 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
parent
1e3cbc2eb5
commit
01620583ed
|
@ -21,56 +21,3 @@
|
|||
# arguments: oid|"default" program args
|
||||
|
||||
traphandle default /usr/sbin/snmptt --ini=@SNMPTT_INI_FILE@
|
||||
|
||||
|
||||
|
||||
###########################################################################
|
||||
# SECTION: Runtime options
|
||||
#
|
||||
# Runtime options
|
||||
|
||||
# donotfork: Do not fork from the shell
|
||||
# arguments: (1|yes|true|0|no|false)
|
||||
|
||||
donotfork 1
|
||||
|
||||
# pidfile: Store Process ID in file
|
||||
# arguments: PID file
|
||||
|
||||
pidfile /var/run/snmptrapd.pid
|
||||
|
||||
|
||||
|
||||
###########################################################################
|
||||
# SECTION: Logging options
|
||||
#
|
||||
# Logging options
|
||||
|
||||
# donotlogtraps: Prevent traps from being logged
|
||||
# Useful when you only want to use traphandles
|
||||
# arguments: (1|yes|true|0|no|false)
|
||||
|
||||
donotlogtraps 0
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
###########################################################################
|
||||
# SECTION: Authentication options
|
||||
#
|
||||
# Authentication options
|
||||
|
||||
# ignoreauthfailure: Ignore authentication failure traps
|
||||
# arguments: (1|yes|true|0|no|false)
|
||||
|
||||
ignoreauthfailure 0
|
||||
ignoreauthfailure no
|
||||
|
||||
|
||||
|
||||
#
|
||||
# Unknown directives read in from other files by snmpconf
|
||||
#
|
||||
disableAuthorization yes
|
||||
|
|
Loading…
Reference in New Issue