Search found 3722 matches

by mcapra
Wed Feb 22, 2017 5:03 pm
Forum: Nagios XI
Topic: Clear Text Passwords in config files
Replies: 1
Views: 37

Re: Clear Text Passwords in config files

It's something that's in consideration for a future version of the product. You could define your credentials as user macros and at least narrow down the places where credentials exist to a single file rather than several. More info: https://assets.nagios.com/downloads/nagiosxi/docs/Understanding-Us...
by mcapra
Wed Feb 22, 2017 5:01 pm
Forum: Nagios XI
Topic: AIX Memory Utilization
Replies: 3
Views: 127

Re: AIX Memory Utilization

How are you currently monitoring this server? Are you using NRPE? What check command/plugin are you using to check the AIX machine's memory?
by mcapra
Wed Feb 22, 2017 4:59 pm
Forum: Nagios Log Server
Topic: Filter build help..
Replies: 10
Views: 242

Re: Filter build help..

We can at least say it's on the rsyslog end of things for sure now. You might try altering the 90-nagioslogserver_opt_in1_public_api_internal_logs_access.log.conf config file to use capitals for the $programname field like so: if $programname == 'API_ACCESS' then @@iganagioslog.iga.local:5514 if $pr...
by mcapra
Wed Feb 22, 2017 4:57 pm
Forum: Nagios Log Server
Topic: question about moving data
Replies: 10
Views: 199

Re: question about moving data

Should only be 2 images, probably just the forums being silly. so this will allow me to send incoming data from NLS AND keep a copy of the data on my NLS server? That's the idea :) It worked that way on my lab machine. NLS has a default output rule that you can't see in the GUI which handles transfe...
by mcapra
Wed Feb 22, 2017 4:42 pm
Forum: Nagios Log Server
Topic: question about moving data
Replies: 10
Views: 199

Re: question about moving data

The lazy way to integrate grafana would be to configure the Elasticsearch settings on your Grafana machine to broadcast the HTTP API on it's LAN address. You can do this (on the Grafana machine) in /etc/elasticsearch/elasticsearch.yml by changing the http.host setting to this: http.host: localhost,G...
by mcapra
Wed Feb 22, 2017 4:08 pm
Forum: Nagios XI
Topic: How do I get check_nrpe to work without -n option?
Replies: 5
Views: 1219

Re: How do I get check_nrpe to work without -n option?

a) How I can pass the -n option between the -t and -c options from within NagiosXI GUI You could alter the check_nrpe command definition itself in the Core Config Manager: 2017_02_22_14_58_02_CCM_Nagios_XI.png Or instead you could try the check_nrpe_no_ssl command. b) Avoid the need for running che...
by mcapra
Wed Feb 22, 2017 3:06 pm
Forum: Nagios XI
Topic: Need an API to allow sending passive alert from Java App
Replies: 4
Views: 112

Re: Need an API to allow sending passive alert from Java App

NRDP was built for that specific purpose: https://assets.nagios.com/downloads/nrdp/docs/NRDP_Overview.pdf From the Nagios XI GUI, you can configure the NRDP server under Admin -> Inbound Transfers. The scripts we provide are fairly basic (located on a nagios xi machine in /usr/local/nrdp/clients ) a...
by mcapra
Wed Feb 22, 2017 1:46 pm
Forum: Nagios XI
Topic: Web Transaction Issue
Replies: 3
Views: 724

Re: Web Transaction Issue

My best guess is that the O'Reilly Media website changed since this test case was last written. We may need to remove that from the documentation or revise it. I think it's safe to disregard this particular example if the Nagios Exchange example worked fine.
by mcapra
Wed Feb 22, 2017 1:36 pm
Forum: Open Source Nagios Projects
Topic: NRPE Check for Windows Updates Help Needed
Replies: 10
Views: 5299

Re: NRPE Check for Windows Updates Help Needed

Can you try running the script again with the arguments it suggested:

Code: Select all

PS C:\program files\nsclient++\scripts\powershell> .\check_ms_win_updates.ps1 -M PSWindowsUpdate
by mcapra
Wed Feb 22, 2017 1:22 pm
Forum: Open Source Nagios Projects
Topic: Whoops Error: Could not read object configuration data
Replies: 2
Views: 2780

Re: Whoops Error: Could not read object configuration data

Can we also see the contents of:

Code: Select all

/etc/nagios/nagios.cfg
And the output of the following command executed from the CLI of your Nagios Core machine:

Code: Select all

ls -al /etc/nagios