diff --git a/centreon-plugins/src/traps/conf/snmptrapd.conf b/centreon-plugins/src/traps/conf/snmptrapd.conf index fc8045e4f..a522def4b 100644 --- a/centreon-plugins/src/traps/conf/snmptrapd.conf +++ b/centreon-plugins/src/traps/conf/snmptrapd.conf @@ -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