Versions Compared

Key

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

...

Firstly edit /path/to/omk/conf/opCommon.nmis setting report_ups_configured_modelswhich has the following default setting - only configured UPS models will be displayed.

This configuration setting need only be set once, as needed, to configure the UPS models to be returned in the report.
The following are the default settings:

Code Block
'report_ups_configured_models' => {
    'POWERALERT-APC' => {
        'exclude_nodegraphs_in_this_report_type' => 'health,upspwr,upsbattemp'
    },
    'POWERALERT-ups' => {
        'exclude_nodegraphs_in_this_report_type' => 'health,upspwr,upsbattemp'
    }
},

...

The report will include graphtype health if health is removed from exclude_nodegraphs_in_this_report_type.
exclude_nodegraphs_in_this_report_type => undef 
will cause all available graphtypes to be displayed.

The above configuration setting need only be set once as needed to configure the UPS models to be returned in the report.



Then choose
UPS Configured  Models ReportunderReport under Create New Report >> General >> Type:



Alternatively, from the opReports dashboard:

Image Added


Example Screenshot:

...