Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
title/usr/local/omk/conf/opCommon.nmis
  'opevents_reports_purge_older_than' => undef,       # covers summary reports
  'opevents_events_purge_older_than' => undef,        # covers events and actions
  'opevents_rawlogs_purge_older_than' => undef,       # covers raw logs
  'opevents_archivelogs_purge_older_than' => undef,   # covers archive logs

  'opevents_url_base' => 'http://yourserver.yourdomain',
  
  'opeventsd_max_processes' => 10,

  'opeventsd_update_rate' => 10,

opCharts

opCharts has many configuration attributes that may be helpful.  The following are a few that we suggest reviewing.

Code Block
title/usr/local/omk/conf/opCommon.nmis
 'opcharts_url_base' => "http://yourserver.yourdomain/",

opConfig

opConfig has many configuration attributes that may be helpful.  The following are a few that we suggest reviewing.

...