Skip to content
redsox38 edited this page Aug 29, 2011 · 5 revisions

configuration elements

  • discover
    • ** ignore_ports ** - comma delimited list of ports to ignore during auto discovery
    • ** auto_accept_ports ** - comma delimited list of ports to automatically monitor if found during discovery
    • ** p0f_socket ** - path to socket for communicating with p0f for os fingerprinting
  • monitor
    • ** threads ** - number of concurrent monitor threads to run
  • port_monitor
    • ** timeout ** - seconds to wait for connect before timing out
  • ping_monitor
    • ** timeout ** - seconds to wait for icmp echo reply before timing out
  • syslog
    • ** facility ** - syslog facility name for logging from both panoptes_discover and panoptes_monitor
  • lib
    • ** database ** - path to database backend library. Currently only ibmysqldisc.so is available
  • notification
    • ** xmpp_user ** - xmpp user name for jabber notifications via xmpp_msg script
    • ** xmpp_pass ** - xmpp password for jabber notifications via xmp_msg script
    • ** sendmail ** - path to sendmail binary for mail notifications
    • ** from_addr ** - address to send email notifications from
    • ** twitter_consumer_key ** - twitter oauth consumer key
    • ** twitter_consumer_secret ** - twitter oauth consumer secret
    • ** twitter_access_token ** - twitter oauth access token
    • ** twitter_access_token_secret ** - twitter oauth access token secret
  • db
    • ** type ** - database type. Currently only mysql is supported
    • ** name ** - database name to connect to
    • ** user ** - user to bind to database as
    • ** password ** - password to use for binding to database
    • ** host ** - host to connect to for database
  • rrd
    • ** directory ** - directory where rrd files are stored
  • script
    • ** directory ** - directory where monitor scripts are stored
    • ** user ** - unix user id to run monitor scripts under
  • port_monitors_rrd
    • ** datasource_type ** - default type for rrds generated from port monitors
  • autodiscoveryform
    • ** displayentries ** - number of results to fill in auto discovery form
  • web
    • ** admins ** - comma delimited list of user ids that get admin menus in web interface
    • ** gd_font ** - path to ttf file for errors generated during rrd plotting (removed in 1.6)
    • ** dojo-url ** - path to dojo toolkit (directory containing dojo.js)
    • ** default_theme ** - default dojo theme
  • certificate
    • ** warndays ** - days before certificate expiration to generate warning status messages
    • ** criticaldays ** - days before certificate expiration to generate critical status messages
Clone this wiki locally