Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Welcome to Pandora FMS Community Forums Community support Pandora on Slackware 11

  • Pandora on Slackware 11

    Posted by scudo77 on January 16, 2007 at 17:09

    Hi all,

    i have intalled pandora fms 1.2 on slackware 11.

    For pandora start, i use three scripts:

    – /opt/pandora_server/pandora_network start
    – /opt/pandora_server/pandora_server start
    – /opt/pandora_server/pandora_ snmpconsole start

    In webconsole, under ‘pandora server section’, i see that this process are green…but afetr one minutes,only pandora_ snmpconsole process is green and pandora_server and pandora_netwrok are down (with red icon).

    On linux, in pandora_log:
    2007/01/15 14:51:32 [V1] Server pandora_Data going Down
    2007/01/15 14:51:32 [V1] Server pandora_Net going Down

    I don’t understand why…

    Another question is possible:

    – i receive many traps..and snmpconsole works fine.
    Can i filter only some types of traps?

    Thanks a lot

    Cristiano

    scudo77 replied 17 years, 10 months ago 4 Members · 16 Replies
  • 16 Replies
  • Sancho

    Administrator
    January 17, 2007 at 13:43
    2309 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi all,
    i have intalled pandora fms 1.2 on slackware 11.
    For pandora start, i use three scripts:
    – /opt/pandora_server/pandora_network start
    – /opt/pandora_server/pandora_server start
    – /opt/pandora_server/pandora_ snmpconsole start
    In webconsole, under ‘pandora server section’, i see that this process are green…but afetr one minutes,only pandora_ snmpconsole process is green and pandora_server and pandora_netwrok are down (with red icon).
    On linux, in pandora_log:
    2007/01/15 14:51:32 [V1] Server pandora_Data going Down
    2007/01/15 14:51:32 [V1] Server pandora_Net going Down
    I don’t understand why…

    Daemon start-up scripts sometimes “hidden” possible console errors, try to launch “manually”:
    cd bin
    ./pandora_network.pl /xxx/xxx/xxx/pandora_server.conf

    This probably gives you more hints about what is happen in your system.

    – i receive many traps..and snmpconsole works fine.
    Can i filter only some types of traps?
    Cristiano

    This would be a nice feature for next version, please detail it and give some examples and a easy way to manage and be sure that will be added for next versions of Pandora 🙂

  • scudo77

    Member
    January 17, 2007 at 21:31
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi all,
    i have intalled pandora fms 1.2 on slackware 11.
    For pandora start, i use three scripts:
    – /opt/pandora_server/pandora_network start
    – /opt/pandora_server/pandora_server start
    – /opt/pandora_server/pandora_ snmpconsole start
    In webconsole, under ‘pandora server section’, i see that this process are green…but afetr one minutes,only pandora_ snmpconsole process is green and pandora_server and pandora_netwrok are down (with red icon).
    On linux, in pandora_log:
    2007/01/15 14:51:32 [V1] Server pandora_Data going Down
    2007/01/15 14:51:32 [V1] Server pandora_Net going Down
    I don’t understand why…

    Daemon start-up scripts sometimes “hidden” possible console errors, try to launch “manually”:
    cd bin
    ./pandora_network.pl /xxx/xxx/xxx/pandora_server.conf

    This probably gives you more hints about what is happen in your system.

    – i receive many traps..and snmpconsole works fine.
    Can i filter only some types of traps?
    Cristiano

    This would be a nice feature for next version, please detail it and give some examples and a easy way to manage and be sure that will be added for next versions of Pandora 🙂

    Also with ./pandora_network.pl /xxx/xxx/xxx/pandora_server.conf and ./pandora_server.pl /xxx/xxx/xxx/pandora_server.conf is the same thing…

    For the filter…

    the possibility to choise the trap that i want see in snmpconsole:
    – only with a particular oid
    – only with a particolar text
    – maybe from only some ip
    – and many level for the trap
    – if oid is xxx this is green and level is normal
    – if oid is xxx this is red and level is normal
    – and so and so…
    – and the possibility to see only green level or only red level of trap
    – and the traps, in my opinion, they would have registered in mysql

  • Sancho

    Administrator
    January 18, 2007 at 15:01
    2309 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Have you check errorlog ?

    Have your put verbosity to max ? ( verbosity 10 )

    a “manual” run using perl pandora_server.pl xxx/pandora_server.conf should warn you about perl problems or whathever not-managed error.

    About your suggestion for SNMP filtering, I input in our official tracking system at:

    http://sourceforge.net/tracker/index.php?func=detail&aid=1638457&group_id=155200&atid=794855

    Thanks.

  • scudo77

    Member
    January 24, 2007 at 21:06
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi,

    i think this…

    I’ve integrated snmptt with pandora….and i change the code for snmpconsole.

    So…i filter trap with snmptt (with some types of severity) and this filtered trap was registere in mysql (snmptt table and snmptt_unknown table).

    So…i change snmp_view.php to point the correct table…

    Snmptt it’s a very good snmp translator…

    It’s a goog idea?

    Have you check errorlog ?

    Have your put verbosity to max ? ( verbosity 10 )

    a “manual” run using perl pandora_server.pl xxx/pandora_server.conf should warn you about perl problems or whathever not-managed error.

    About your suggestion for SNMP filtering, I input in our official tracking system at:

    http://sourceforge.net/tracker/index.php?func=detail&aid=1638457&group_id=155200&atid=794855

    Thanks.

  • scudo77

    Member
    January 24, 2007 at 23:54
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    data_server and network server crash always…

    ##############################################3
    ./pandora_network.pl -v -d -D /opt/pandora_server
    ##############################################3
    Pandora Network Server 1.2 Build PS061123 Copyright (c) 2004-2006 ArticaST
    This program is Free Software, licensed under the terms of GPL License v2 or later.
    You can download latest versions and documentation at http://pandora.sourceforge.net.

    [W] It is not a good idea running Pandora Server as root user, please DON’T DO IT!

  • Server basepath is /opt/pandora_server
  • Server logfile at /opt/pandora_server/log/pandora_server.log
  • Server errorlogfile at /opt/pandora_server/log/pandora_server.error
  • Server incoming directory at /opt/pandora_server/data_in
  • Server keepalive 60
  • Server threshold 5
  • You are running Pandora Network Server.
  • This server is running in MASTER mode.
  • Backgrounding…
  • ##############################################3

    ##############################################3
    ./pandora_server.pl -v -d -D /opt/pandora_server
    ##############################################3
    Pandora Server 1.2 Build PS061123 Copyright (c) 2004-2006 ArticaST
    This program is Free Software, licensed under the terms of GPL License v2 or later.
    You can download latest versions and documentation at http://pandora.sourceforge.net.

    [W] It is not a good idea running Pandora Server as root user, please DON’T DO IT!

  • Server basepath is /opt/pandora_server
  • Server logfile at /opt/pandora_server/log/pandora_server.log
  • Server errorlogfile at /opt/pandora_server/log/pandora_server.error
  • Server incoming directory at /opt/pandora_server/data_in
  • Server keepalive 60
  • Server threshold 5
  • You are running Pandora Data Server.
  • This server is running in MASTER mode
  • ##############################################3

    i don’t have error and both crash after few minutes…

    Hi,

    i think this…

    I’ve integrated snmptt with pandora….and i change the code for snmpconsole.

    So…i filter trap with snmptt (with some types of severity) and this filtered trap was registere in mysql (snmptt table and snmptt_unknown table).

    So…i change snmp_view.php to point the correct table…

    Snmptt it’s a very good snmp translator…

    It’s a goog idea?

    Have you check errorlog ?

    Have your put verbosity to max ? ( verbosity 10 )

    a “manual” run using perl pandora_server.pl xxx/pandora_server.conf should warn you about perl problems or whathever not-managed error.

    About your suggestion for SNMP filtering, I input in our official tracking system at:

    http://sourceforge.net/tracker/index.php?func=detail&aid=1638457&group_id=155200&atid=794855

    Thanks.

  • raul

    Member
    January 25, 2007 at 00:50
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    data_server and network server crash always…

    ##############################################3
    ./pandora_network.pl -v -d -D /opt/pandora_server
    ##############################################3
    Pandora Network Server 1.2 Build PS061123 Copyright (c) 2004-2006 ArticaST
    This program is Free Software, licensed under the terms of GPL License v2 or later.
    You can download latest versions and documentation at http://pandora.sourceforge.net

    [W] It is not a good idea running Pandora Server as root user, please DON’T DO IT!

  • Server basepath is /opt/pandora_server
  • Server logfile at /opt/pandora_server/log/pandora_server.log
  • Server errorlogfile at /opt/pandora_server/log/pandora_server.error
  • Server incoming directory at /opt/pandora_server/data_in
  • Server keepalive 60
  • Server threshold 5
  • You are running Pandora Network Server.
  • This server is running in MASTER mode.
  • Backgrounding…
  • ##############################################3

    ##############################################3
    ./pandora_server.pl -v -d -D /opt/pandora_server
    ##############################################3
    Pandora Server 1.2 Build PS061123 Copyright (c) 2004-2006 ArticaST
    This program is Free Software, licensed under the terms of GPL License v2 or later.
    You can download latest versions and documentation at http://pandora.sourceforge.net.

    [W] It is not a good idea running Pandora Server as root user, please DON’T DO IT!

  • Server basepath is /opt/pandora_server
  • Server logfile at /opt/pandora_server/log/pandora_server.log
  • Server errorlogfile at /opt/pandora_server/log/pandora_server.error
  • Server incoming directory at /opt/pandora_server/data_in
  • Server keepalive 60
  • Server threshold 5
  • You are running Pandora Data Server.
  • This server is running in MASTER mode
  • ##############################################3

    i don’t have error and both crash after few minutes…

    Hi,

    i think this…

    I’ve integrated snmptt with pandora….and i change the code for snmpconsole.

    So…i filter trap with snmptt (with some types of severity) and this filtered trap was registere in mysql (snmptt table and snmptt_unknown table).

    So…i change snmp_view.php to point the correct table…

    Snmptt it’s a very good snmp translator…

    It’s a goog idea?

    Have you check errorlog ?

    Have your put verbosity to max ? ( verbosity 10 )

    a “manual” run using perl pandora_server.pl xxx/pandora_server.conf should warn you about perl problems or whathever not-managed error.

    About your suggestion for SNMP filtering, I input in our official tracking system at:

    http://sourceforge.net/tracker/index.php?func=detail&aid=1638457&group_id=155200&atid=794855

    Thanks.

    Try to run only the pandora_server, to see what is doing. I suppose you have reviewed if the PATH /opt/pandora_server/log exists. Check also permissions to the error log file.

    Try also to use the verbosity (in pandora_server.conf, change in line 36 (in my case) verbosity 1 to [code:1]verbosity 10.

    Raul

  • Sancho

    Administrator
    January 25, 2007 at 12:28
    2309 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi,

    i think this…

    I’ve integrated snmptt with pandora….and i change the code for snmpconsole.

    So…i filter trap with snmptt (with some types of severity) and this filtered trap was registere in mysql (snmptt table and snmptt_unknown table).

    So…i change snmp_view.php to point the correct table…

    Snmptt it’s a very good snmp translator…

    It’s a goog idea?

    Have you check errorlog ?

    Have your put verbosity to max ? ( verbosity 10 )

    a “manual” run using perl pandora_server.pl xxx/pandora_server.conf should warn you about perl problems or whathever not-managed error.

    About your suggestion for SNMP filtering, I input in our official tracking system at:

    http://sourceforge.net/tracker/index.php?func=detail&aid=1638457&group_id=155200&atid=794855

    Thanks.

    A very good idea, if you want to contribute pandora and send your scripts/code about, could be very interesting to add some little doc on how to integrate it, I don’t know snmptt until now, I’ll check it.

  • scudo77

    Member
    February 1, 2007 at 01:36
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::
  • Sancho

    Administrator
    February 1, 2007 at 16:51
    2309 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    For the integration…i’m very interesting to contribute to I’m very interesting to contribute pandora!

    _Very_ nice !. Please send me all files by email. I want you to contribute more (helping us with Console or whathever you want, send me patches and files for email).

    I’ll send my email by email 😉

  • scudo77

    Member
    February 1, 2007 at 20:26
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    which is your email?

    For the integration…i’m very interesting to contribute to I’m very interesting to contribute pandora!

    _Very_ nice !. Please send me all files by email. I want you to contribute more (helping us with Console or whathever you want, send me patches and files for email).

    I’ll send my email by email 😉

  • Sancho

    Administrator
    February 8, 2007 at 20:48
    2309 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    which is your email?

    For the integration…i’m very interesting to contribute to I’m very interesting to contribute pandora!

    _Very_ nice !. Please send me all files by email. I want you to contribute more (helping us with Console or whathever you want, send me patches and files for email).

    I’ll send my email by email 😉

    Sorry, I missed…

    slerena A.T gmail D0T com

  • scudo77

    Member
    March 2, 2007 at 19:37
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    which is your email?

    For the integration…i’m very interesting to contribute to I’m very interesting to contribute pandora!

    _Very_ nice !. Please send me all files by email. I want you to contribute more (helping us with Console or whathever you want, send me patches and files for email).

    I’ll send my email by email 😉

    Sorry, I missed…

    slerena A.T gmail D0T com

    I sent you the files…

    I have problem again with the other pandora process…

    Bye

  • Sancho

    Administrator
    March 2, 2007 at 23:52
    2309 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    I have problem again with the other pandora process…

    Bye

    What process, what problem ?… tell us with detail

  • scudo77

    Member
    March 21, 2007 at 23:34
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    – /opt/pandora_server/pandora_network start
    – /opt/pandora_server/pandora_server start

    after a few minutes noth dead…

    I have problem again with the other pandora process…

    Bye

    What process, what problem ?… tell us with detail

  • manu

    Member
    March 21, 2007 at 23:54
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Any signal in logs?
    Set up debug at max as you can, let’s try to find out what’s going wrong

  • scudo77

    Member
    April 12, 2007 at 22:21
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Any signal in logs?
    Set up debug at max as you can, let’s try to find out what’s going wrong

    I set…

    verbosity 10

    /opt/pandora_server/conf/pandora_server.conf.

    My pandora log error is empty:
    -rw-r–r– 1 pandora users 0 2007-01-24 20:44 pandora_server.error

    EVENT DOWN
    2007/04/12 19:57:46 [V5] EVENT Insertion: insert into tevento (id_agente, id_grupo, evento, timestamp, estado) VALUES (0,0,’Server pandora_Data going Down’,’2007-04-12 19:57:46′,0)

    2007/04/12 19:57:46 [V1] Server pandora_Data going Down

    2007/04/12 19:57:46 [V5] EVENT Insertion: insert into tevento (id_agente, id_grupo, evento, timestamp, estado) VALUES (0,0,’Server pandora_Net going Down’,’2007-04-12 19:57:46′,0)

    2007/04/12 19:57:46 [V1] Server pandora_Net going Down

    Can you help me?