The UPS Configured Models Report displays UPS models configured under 'report_ups_configured_models' in opCommon.nmis configuration file.
Setup:
Firstly edit /path/to/omk/conf/opCommon.nmis setting report_ups_configured_models.
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 following 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' } }, |
...