Search found 5321 matches

by benjaminsmith
Mon Dec 06, 2021 11:37 am
Forum: Nagios XI
Topic: Exclude state=0 from api call
Replies: 23
Views: 7786

Re: Exclude state=0 from api call

Hi Don,

You can use the following GET command ( See Help > API Docs > Config Reference > Groups )

Code: Select all

curl -XGET "http://192.168.23.111/nagiosxi/api/v1/config/hostgroup?apikey=yourapikey&hostgroup_name=yourhostgroupname&pretty=1"
Let me know if that works.
--Ben
by benjaminsmith
Mon Dec 06, 2021 11:30 am
Forum: Nagios XI
Topic: Passive check capabilities
Replies: 3
Views: 192

Re: Passive check capabilities

Hi gergelynemeth , I wish I had a definite answer here but there are a number of variables in play here. For the Nagios process itself, that might be a plausible assumption. However, there is still the processing of performance data if that's being returned with the check. Additionally, some checks ...
by benjaminsmith
Mon Dec 06, 2021 10:29 am
Forum: Nagios XI
Topic: NagiosXI Check License Error: There is no Internet connectio
Replies: 8
Views: 2235

Re: NagiosXI Check License Error: There is no Internet conne

Hi Giorgio, The server will need access to verify the license. There are a few possible cases for this: 1. It's an offline installation and the internet is available. In this situation, please reach to sales@nagios.com for instructions on the offline license activation 2. You have a firewall or anot...
by benjaminsmith
Fri Dec 03, 2021 4:36 pm
Forum: Nagios XI
Topic: ncpa for s390x cpu structure
Replies: 21
Views: 5923

Re: ncpa for s390x cpu structure

Hi sacom01,

Can you post the build.log file so we can review that and also the output of the following command?

Code: Select all

ls -l /<path here>/ncpa/build
Thanks,
Benjamin
by benjaminsmith
Fri Dec 03, 2021 4:02 pm
Forum: Nagios XI
Topic: NagiosXI and Python3
Replies: 3
Views: 1312

Re: NagiosXI and Python3

Hi apteancloud, Thanks for following up on this one. Some good news here, all of our scripts will work with python3 now, so you do not need to have python2 installed. That said, some operating systems require python2, like Cent 7, since it's required by the operating system. It's not something we fu...
by benjaminsmith
Fri Dec 03, 2021 3:03 pm
Forum: Nagios XI
Topic: Plugins from /usr/local/nagios/libexec path not restored
Replies: 9
Views: 1076

Re: Plugins from /usr/local/nagios/libexec path not restored

Hi, Thanks for the warning. Are either of the Oracle or VMware plugins not yet updated for EL8? You can use those plugins on EL8. Just be sure to follow the docs carefully as there are some differences between systems. https://assets.nagios.com/downloads/nagiosxi/docs/Installing-Oracle-Plugins-in-Na...
by benjaminsmith
Fri Dec 03, 2021 2:30 pm
Forum: Nagios XI
Topic: NCPA 2.0.6 on RedHat 5.5 error with XI 5.8.3
Replies: 5
Views: 502

Re: NCPA 2.0.6 on RedHat 5.5 error with XI 5.8.3

HI Davide,
tnks for your suggestion, the solution works .
Glad to hear that worked. We'll go ahead and close this one out.

Thank you for using Nagios!
by benjaminsmith
Fri Dec 03, 2021 11:00 am
Forum: Nagios XI
Topic: Nagios XI Standard edition
Replies: 1
Views: 516

Re: Nagios XI Standard edition

HI, Now, is there a way to choose only, let's say Standard "mod" edition in free trial? There are not two options for the free trial. However, if you'd like to know the difference between the two versions, we have page on website with more info. https://www.nagios.com/products/nagios-xi/ed...
by benjaminsmith
Fri Dec 03, 2021 10:56 am
Forum: Nagios XI
Topic: Fetchmail
Replies: 4
Views: 2045

Re: Fetchmail

Thanks for your quick reply. Fetchmail is used in processing our passive service checks. I'll contact the person who set this up
Thanks, Steve. Let us know if you'd like us to close this topic out.

--Benjamin
by benjaminsmith
Fri Dec 03, 2021 10:54 am
Forum: Nagios XI
Topic: NDO2DB Kernel Queue issue
Replies: 7
Views: 1021

Re: NDO2DB Kernel Queue issue

Hi Vaibhav, Thanks for contacting the support team at Nagios. Normally, increasing those limits is very helpful. What is the total check load of this server, host + service checks? Try performing a full restart and clear the message queues. systemctl stop nagios systemctl stop ndo2db systemctl stop ...