mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2007-10-09 Sancho Lerena <slerena@gmail.com>
* pandora_snmpconfole: Fixed parameter for snmptrapd call (%a instead %B). This was causing problems (do not detect IP Address) on Redhat systems. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@672 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f67340e972
commit
1d6203516c
@ -1,3 +1,8 @@
|
|||||||
|
2007-10-09 Sancho Lerena <slerena@gmail.com>
|
||||||
|
|
||||||
|
* pandora_snmpconfole: Fixed parameter for snmptrapd call (%a instead %B). This
|
||||||
|
was causing problems (do not detect IP Address) on Redhat systems.
|
||||||
|
|
||||||
2007-10-08 Sancho Lerena <slerena@gmail.com>
|
2007-10-08 Sancho Lerena <slerena@gmail.com>
|
||||||
|
|
||||||
* lib/PandoraFMS/Config.pm: Updated build number.
|
* lib/PandoraFMS/Config.pm: Updated build number.
|
||||||
|
@ -19,7 +19,7 @@ DAEMON_PATH=/usr/sbin/snmptrapd
|
|||||||
|
|
||||||
# Dont touch this call unless you know are doing. For different versions of NetSNMP Trap daemon, it's possible you need to change some options
|
# Dont touch this call unless you know are doing. For different versions of NetSNMP Trap daemon, it's possible you need to change some options
|
||||||
# Please refer NetSNMP documentation in that case.
|
# Please refer NetSNMP documentation in that case.
|
||||||
DAEMON_OPTIONS="-t -On -n -a -Lf $DAEMON_LOG -p $DAEMON_PID -F %4y-%02.2m-%l[**]%02.2h:%02.2j:%02.2k[**]%B[**]%N[**]%w[**]%W[**]%q[**]%v\n"
|
DAEMON_OPTIONS="-t -On -n -a -Lf $DAEMON_LOG -p $DAEMON_PID -F %4y-%02.2m-%l[**]%02.2h:%02.2j:%02.2k[**]%a[**]%N[**]%w[**]%W[**]%q[**]%v\n"
|
||||||
DAEMON="$DAEMON_PATH $DAEMON_OPTIONS"
|
DAEMON="$DAEMON_PATH $DAEMON_OPTIONS"
|
||||||
|
|
||||||
if [ ! -d "$PANDORA_PID_PATH" ]
|
if [ ! -d "$PANDORA_PID_PATH" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user