Search found 1402 matches

by mbellerue
Fri Sep 18, 2020 3:32 pm
Forum: Nagios XI
Topic: A problem to check QNAP through SSH
Replies: 5
Views: 518

Re: A problem to check QNAP through SSH

First, when you ssh into the QNAP yourself, are you logging in as 'admin', just like the check_by_ssh plugin?

Second, I think we'll need to see the output of

Code: Select all

ls /share/CACHEDEV1_DATA/Public/messages -l
Maybe even get a better understanding of how files are populated there.
by mbellerue
Wed Aug 19, 2020 10:31 am
Forum: Nagios XI
Topic: Host or Service using Manage Free Variables
Replies: 3
Views: 866

Re: Host or Service using Manage Free Variables

Yes, you can modify or create new free variables via the API. Here is an example of creating a new free variable. If this free variable had existed, it would have updated the free variable. [root@nagiosxi1 ~]# curl -XGET "http://192.168.14.11/nagiosxi/api/v1/config/host?apikey=9uRkM667AHJQMjCKm...
by mbellerue
Wed Aug 19, 2020 10:24 am
Forum: Nagios XI
Topic: Website monitoring
Replies: 3
Views: 392

Re: Website monitoring

There are two popular ways that a website could request credentials. One is called basic authentication, the other is form based authentication. The Website Wizard will handle basic authentication. This type of authentication looks like a pop-up window when you load a site. Form based authentication...
by mbellerue
Tue Aug 11, 2020 11:12 am
Forum: Nagios XI
Topic: NCPA_AUTO_INSTALL
Replies: 5
Views: 630

Re: NCPA_AUTO_INSTALL

Ah, I missed the allowed hosts part. It looks like that configuration isn't part of the silent install. One thing you could do is just have a standard ncpa.cfg file out on the network share along size the script that installs NCPA. Once NCPA is installed, the script could copy the standard config to...
by mbellerue
Mon Aug 10, 2020 8:13 am
Forum: Nagios XI
Topic: Bad token error
Replies: 5
Views: 560

Re: Bad token error

Potentially. Let's troubleshoot this in the other thread, and if we can confirm that the service is working as expected, but you still get the token error, we can come back to this one.
by mbellerue
Mon Aug 10, 2020 8:12 am
Forum: Nagios XI
Topic: Connection error: '[Errno 111] Connection refused'
Replies: 7
Views: 2895

Re: Connection error: '[Errno 111] Connection refused'

Do the Windows Server 2008 machines have the same errors in their log files? Can I get a screenshot of those? I'd like to troubleshoot the Windows Server 2008 machines first, since they're supported by NCPA.

Specifically we'll want to look at the win32service_ncpalistener.log file.
by mbellerue
Mon Aug 10, 2020 8:07 am
Forum: Nagios Log Server
Topic: No results ... no results because no indices were found
Replies: 5
Views: 656

Re: No results ... no results because no indices were found

Alright, one more thing to try. Let's restart Elasticsearch, and then assuming it comes back into a running state, start LogStash. systemctl status elasticsearch && systemctl restart elasticsearch && sleep 10 && systemctl status elasticsearch That should come back saying that...
by mbellerue
Mon Aug 10, 2020 7:57 am
Forum: Nagios XI
Topic: unable to install nrp agent in debain 8
Replies: 3
Views: 677

Re: unable to install nrp agent in debain 8

Looks like the version of OpenSSL you have has dropped support for NRPE's DH key exchange. https://github.com/NagiosEnterprises/nrpe/issues/93 You can bypass the issue by adding --with-need-dh=no to your configure command. Or if you are not yet settled on NRPE, you could take a look at our newer age...
by mbellerue
Mon Aug 10, 2020 7:42 am
Forum: Nagios XI
Topic: NCPA_AUTO_INSTALL
Replies: 5
Views: 630

Re: NCPA_AUTO_INSTALL

Absolutely! Check out the NCPA Windows documentation on the Silent Installation method.
https://www.nagios.org/ncpa/getting-sta ... nt-install
by mbellerue
Fri Aug 07, 2020 5:17 pm
Forum: Nagios XI
Topic: Nagios XI slowness
Replies: 23
Views: 1549

Re: Nagios XI slowness

Is this a virtual machine? We have a document for expanding a virtual disk.
https://assets.nagios.com/downloads/nag ... M-Disk.pdf

Let me know if that will help.