Search found 194 matches
- Fri Apr 13, 2018 2:11 pm
- Forum: Nagios XI
- Topic: MSSQL Database Cluster Monitoring
- Replies: 3
- Views: 460
Re: MSSQL Database Cluster Monitoring
Thanks. Will give it a try.
- Thu Apr 12, 2018 8:21 am
- Forum: Nagios XI
- Topic: MSSQL Database Cluster Monitoring
- Replies: 3
- Views: 460
MSSQL Database Cluster Monitoring
NagiosXI: 5.4.12 I have an MSSQL Cluster with an active / passive setup. I wanted to see if you have advise on how to monitor this cluster so notifications for the passive server does not get sent out. Currently, we are monitoring each server in the cluster for ping, CPU, memory, disk space, SQL age...
- Thu Mar 22, 2018 3:06 pm
- Forum: Nagios Fusion
- Topic: Limit the number of poll request from poll_subsys.php
- Replies: 7
- Views: 2149
Re: Limit the number of poll request from poll_subsys.php
Ran the requested information and created a support ticket (137034). The file was 27 megs.
- Thu Mar 22, 2018 10:33 am
- Forum: Nagios Fusion
- Topic: Limit the number of poll request from poll_subsys.php
- Replies: 7
- Views: 2149
Re: Limit the number of poll request from poll_subsys.php
I took your suggestions and I will continue to adjustment to make them work. Something I have noticed while testing these adjustments, that it is talking a very long time for one complete poll cycle to completed. Executed the date command before and after a single run of the poll_subsys.php script. ...
- Wed Mar 21, 2018 10:51 am
- Forum: Nagios Fusion
- Topic: Limit the number of poll request from poll_subsys.php
- Replies: 7
- Views: 2149
Re: Limit the number of poll request from poll_subsys.php
We currently only have 6 Nagios XI servers fused with the fuse key. We are planning to add 8 Nagios Core servers later. We are looking to add 145 users currently, with the expectation of 180 users by the end of the year. Each user is setup with mapping to there login on each of the Nagios XI servers...
- Tue Mar 20, 2018 3:26 pm
- Forum: Nagios Fusion
- Topic: Limit the number of poll request from poll_subsys.php
- Replies: 7
- Views: 2149
Limit the number of poll request from poll_subsys.php
Nagios Fusion: 4.1.2 The server has 32 Cores and 65 Gig of Memory. I have 6 Nagios XI server fused I have added about 60 users so far and my servers memory is getting used up by the poll_subsys.php for each user. When I checked the process list, it had over 300+ poll_subsys.php running. Is there a w...
- Thu Feb 22, 2018 1:18 pm
- Forum: Nagios XI
- Topic: Apply Configuration Alternative
- Replies: 6
- Views: 5136
Re: Apply Configuration Alternative
The script does work. Thank you for the information, you can close this.
- Thu Feb 22, 2018 8:38 am
- Forum: Nagios XI
- Topic: Apply Configuration Alternative
- Replies: 6
- Views: 5136
Re: Apply Configuration Alternative
What is the point of running the script, when I am trying to find information if there is a better way to write out the configuration files through a script?
- Wed Feb 21, 2018 3:59 pm
- Forum: Nagios XI
- Topic: Apply Configuration Alternative
- Replies: 6
- Views: 5136
Re: Apply Configuration Alternative
curl -XPOST -k "https://<Nagios Server>/nagiosxi/api/v1/system/applyconfig?apikey=<API Key>" {"success":"Apply config command has been sent to the backend."} Below is what I get from the error log when I executed the curl. [Wed Feb 21 15:53:45.790031 2018] [:error] [pi...
- Wed Feb 21, 2018 2:34 pm
- Forum: Nagios XI
- Topic: Apply Configuration Alternative
- Replies: 6
- Views: 5136
Apply Configuration Alternative
NagiosXI: 5.4.12 I want a script to kick off "Apply Configuration" so I can make changes or updates and some time in the early morning have the configurations updated automatically. I have looked at /usr/local/nagiosxi/scripts/reconfigure_nagios.sh, but I am encountering a number of proble...