2. Configuring EMA : Manually Configuring EMA : Configuration Directories : …/nagios/etc
 
Share this page                  
…/nagios/etc
This is the root directory containing the configuration.
ema_resource.cfg
This file contains Nagios variables that are used in various object definition files. Variables already provided by the EMA should not normally be changed. Site specific customization can add new variables to this file as needed.
https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/configmain.html#resource_file
htpasswd.users
This file stores web console user passwords. Use the Unix/Linux command “htpasswd” to create new users or modify existing user passwords.
https://httpd.apache.org/docs/current/programs/htpasswd.html
cgi.cfg
This file contains information for web console site configuration and most of its content should not be changed. But it also contains the permissions assigned to each user described in the htpasswd.users file. A web console user must be defined in both places.
https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/configcgi.html
nagios.cfg
This file contains Nagios primary system configuration information. There are many turntables in this file that can be used for site customization. The following are particularly interesting:
max_concurrent_checks
Used to restrict how much load Nagios will place on the monitored resources
date_format
Specify site-specific date display formatting
debug_level
When customizing a site, the debug configuration settings can be very helpful. The settings are self-described in this file.
debug_verbosity
https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/configmain.html
plugins.ini
This file is not a Nagios configuration file, but rather controls the behavior of various common Nagios support plug-ins. The EMA specifically configures the “check_by_ssh” plug-in for how problems are handled in the remote SSH connection to the Ingres hosts.
https://nagios-plugins.org/doc/extra-opts.html
http://nagios-plugins.org/doc/man/check_by_ssh.html