Welcome to docs.opsview.com

Menus

The menus at the top are created based on the configuration in /usr/local/opsview-web/opsview_web.yml and the modules table.

If you want to add a menu link to the modules table, run:

set_module --namespace={ns} --name={name} --enabled={1|0} --description="{value}" --url={url} --access={accesslevel} --version={v}

The entries in this table are indexed by the namespace field. While there is no policing of this field, we recommend you use a name based on your reversed DNS name. For instance, all entries in this table by Opsera will be of the form:

com.opsera.opsview.modules.{name}

We encourage third parties to use a similar naming convention.

See module for a description of the other fields.

version is displayed in the list view, but is not available in the form view as this should not be changed in the interface.