Bienvenido a la comunidad de Pandora FMS › Forums › Community support › Pandora SNMP console setup
-
Pandora SNMP console setup
Posted by masteryaya on julio 31, 2007 at 20:02I have to say the documentation for this is basically non-existant and for a SNMP newbie trying to set this up is frustrating. Is there a guide anywhere for setting this up? I have no idea how Pandora talks to Net-SNMP at all.
Sancho replied 17 years, 6 months ago 2 Members · 4 Replies -
4 Replies
-
::
I have to say the documentation for this is basically non-existant and for a SNMP newbie trying to set this up is frustrating. Is there a guide anywhere for setting this up? I have no idea how Pandora talks to Net-SNMP at all.
We’re working on it, 1.3 version will be similar to 1.2, there is no changes in the concept: Pandora FMS reads traps received from a standard snmptrapd daemon. who writes traps in a custom defined log file, processed by Pandora SNMP console. Alerts could be defined to specific SNMP traps, and so on…
-
-
::
Is there a specific format the snmptrapd log file needs to be in or a specific settings to create it? I’m currently running it with the options
-Lf /usr/share/pandora_server/log/snmptrapd.log -p /var/run/snmptrap
d.pid
I’m getting a log file there and running pandora_snmpconsole, but I’m not seeing traps in the DB. There are traps in the log file. -
::
Is there a specific format the snmptrapd log file needs to be in or a specific settings to create it? I’m currently running it with the options
-Lf /usr/share/pandora_server/log/snmptrapd.log -p /var/run/snmptrap
d.pid
I’m getting a log file there and running pandora_snmpconsole, but I’m not seeing traps in the DB. There are traps in the log file.Yes, there are a specific format of snmptrapd log to be parsed with Pandora SNMP console, they are described in shellscript daemon launcher:
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[**]%vn”
Take a look at