switch-nagios-theme(8) | Nagios | switch-nagios-theme(8) |
NAME¶
switch-nagios-theme - switch the basic Nagios WebUI theme
SYNOPSIS¶
switch-nagios-theme [OPTIONS] <theme>
DESCRIPTION¶
Nagios comes with various themes for the standard WebUI behind the http://localhost/nagios/ URL on an installed system.
This script allows you to easily switch between themes installed in own directories behind /usr/share/nagios-themes/ by adapting the cgi.cfg and apache configuration.
OPTIONS¶
- theme
- This is the name of the theme (same as the directory name in /usr/share/nagios-themes) and defaults to nagios.
- -h
- Print out usage message.
- -l
- List available themes.
- -b
- directory for backup files (default: /usr/share/nagios-themes/backups)
- -t
- Used theme directory (default: /usr/share/nagios-themes)
- -c
- Full path to Nagios cgi.cfg (default: /etc/nagios/cgi.cfg)
- -a
- Full path to Apache config (default: /etc/apache2/conf.d/nagios.conf)
- -d
- debug (just create backups - do nothing else)
FILES¶
- /etc/nagios/cgi.cfg
- Default CGI configuration for Nagios.
- /etc/apache2/conf.d/nagios.conf
- Default apache configuration for Nagios.
AUTHOR¶
This manual page was written by Lars Vogdt for the openSUSE operating system (but it may be freely used, modified, and redistributed by others).
October 2013 | Lars Vogdt |