Search found 13 matches

by RobertWebb
Wed Aug 08, 2018 12:47 pm
Forum: Nagios XI
Topic: NagVis Error
Replies: 3
Views: 173

Re: NagVis Error

RobertWebb , I looked into the issue you were having with setting up NagVis on XI, and I found a link that may be helpful: https://monitoring-portal.org/woltlab/index.php?thread/27240-nagvis-upgrade-failed-mysteriously/ If you have the cellsperrow parameter set in main configuration file, try to co...
by RobertWebb
Wed Aug 08, 2018 10:58 am
Forum: Nagios XI
Topic: NagVis Error
Replies: 3
Views: 173

NagVis Error

We are just getting around to looking into setting up nagvis on XI. When trying to access it we are getting the following error: The attribute cellsperrow in section index in main configuration file is deprecated. Please take a look at the documentation for updating your configuration. I tried a sea...
by RobertWebb
Wed Apr 04, 2018 9:35 am
Forum: Nagios XI
Topic: Passive check for service
Replies: 5
Views: 222

Re: Passive check for service

scottwilkerson wrote:I honestly think the question changed..

Here is information on checking services with NCPA
https://www.nagios.org/ncpa/help.php#ap ... s-services

Understood...

Also, the check_init_service works great for checking the status of a specific service. At least under RHEL 7 with systemctl.
by RobertWebb
Wed Apr 04, 2018 9:33 am
Forum: Nagios XI
Topic: Issue with check_services and NRDS
Replies: 2
Views: 256

Re: Issue with check_services and NRDS

SO this is still an issue for the check_service script, but I moved to the check_init_service script for monitoring my services.
by RobertWebb
Wed Apr 04, 2018 8:45 am
Forum: Nagios XI
Topic: Issue with check_services and NRDS
Replies: 2
Views: 256

Issue with check_services and NRDS

So I have a default linux config working with NRDS. I am trying to add a check_services so I can monitor all the services related to IPA. I can add it to the config I have defined but it doesn't seem to return the correct results. The service in Nagios XI shows as a status of unknown. Running the ch...
by RobertWebb
Wed Apr 04, 2018 8:35 am
Forum: Nagios XI
Topic: Passive check for service
Replies: 5
Views: 222

Re: Passive check for service

A default is listed in the NRDS Config Manager in XI, but for a CentOS machie you can use this for the host command[__HOST__]=/usr/local/nagios/libexec/check_ping -H localhost -w 200.0,40% -c 400.0,80% -p 1 The irony is, using NRDS, if you get results the host is probably up because this would be n...
by RobertWebb
Mon Jul 24, 2017 11:57 am
Forum: Nagios XI
Topic: Current distributed monitoring recommendations
Replies: 3
Views: 584

Re: Current distributed monitoring recommendations

Currently we are at 339 hosts and a little over 7400 services...

One of the reasons to try and distribute was that we have 7 remote sites, a primary DC and a COOP DC. Was looking to have the remote sites house their own data in case IPSEC tunnels went down.
by RobertWebb
Thu Jul 20, 2017 8:05 am
Forum: Nagios XI
Topic: Current distributed monitoring recommendations
Replies: 3
Views: 584

Current distributed monitoring recommendations

We have two central locations and around 10 remote locations. What is the current recommendation for distributed monitoring? I have looked at Gearman but see this, "Mod-Gearman 3.x works with Nagios 3 and Naemon (and might work with Nagios 4)", and the latest version is 3.0.5. So gearman s...
by RobertWebb
Thu Jul 20, 2017 7:24 am
Forum: Nagios XI
Topic: Data from Wizard in core but not XI
Replies: 10
Views: 579

Re: Data from Wizard in core but not XI

Yes, please close..
by RobertWebb
Wed Jul 19, 2017 9:21 am
Forum: Nagios XI
Topic: Data from Wizard in core but not XI
Replies: 10
Views: 579

Re: Data from Wizard in core but not XI

Those changes fixed the issue.

I guess with the number of interfaces and SNMP data, the php timeouts were kicking in.

Thanks for the help..