Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
oracle_gg_monitoring_nagios [2020/08/26 17:18] – created andonovj | oracle_gg_monitoring_nagios [2020/08/26 17:33] (current) – [Configure the Nagios Server] andonovj | ||
---|---|---|---|
Line 83: | Line 83: | ||
* Nagios on Server Side | * Nagios on Server Side | ||
- | The client | + | The client |
+ | The Server Configuration Will include adding this config on the nagios server. | ||
- | ====Configure | + | ====Configure Nagios Client==== |
Nagios usually comes with plugin called NRPE. Locate where is the nrpe.cfg and edit it as follows by appending this line at the end: | Nagios usually comes with plugin called NRPE. Locate where is the nrpe.cfg and edit it as follows by appending this line at the end: | ||
Line 106: | Line 107: | ||
Once this is done, it is ready to add that in the nagios itself :) | Once this is done, it is ready to add that in the nagios itself :) | ||
- | ====Configure | + | ====Configure |
+ | Once this is all done, we are ready to add this feature to our server: | ||
+ | Go to: | ||
+ | |||
+ | - Configure -> Core Config | ||
+ | - Services | ||
+ | - Add New -> Fill the fields as follows: | ||
+ | * Common Settings | ||
+ | * Config Name: check_gg_oracle | ||
+ | * Description: | ||
+ | * Check Command: check_nrpe | ||
+ | * $ARG$: check_gg_oracle | ||
+ | * Mangage Hosts: Add the needed hosts which you want to monitor. | ||
+ | * Check Settings and the rest of tabs: | ||
+ | * As desired according your needs | ||
+ | |||
+ | After all this is done, you should be able to see the monitoring status for that service in your dashboard. |