Search found 5024 matches

by cdienger
Tue Sep 24, 2019 4:19 pm
Forum: Open Source Nagios Projects
Topic: Windows NCPA monitoring services ? where to find?
Replies: 3
Views: 1149

Re: Windows NCPA monitoring services ? where to find?

Here's a link to documentation on the modules available by default:

https://www.nagios.org/ncpa/help.php#api-modules

and integrating third party scripts is easy with NCPA:

https://support.nagios.com/kb/article/n ... a-722.html
by cdienger
Tue Sep 24, 2019 4:08 pm
Forum: Open Source Nagios Projects
Topic: NDO reports that Nagios is not running (Backend-ID: nagiosxi
Replies: 2
Views: 4893

Re: NDO reports that Nagios is not running (Backend-ID: nagi

Verify the database connection settings in nagvis.ini.php. This error can be produced if the connection settings are not correct.
by cdienger
Fri Sep 20, 2019 5:03 pm
Forum: Open Source Nagios Projects
Topic: LDAP authentication
Replies: 2
Views: 1663

Re: LDAP authentication

Code: Select all

AuthLDAPBindDN "CN=<<groupNameInServer>>,DC=<<ldapserver>>,DC=com"
you don't want to use groupname here. This should be a DN(distinguished name) of an account and this:

Code: Select all

AuthLDAPBindPassword "Admin Password"
is the password for that account.
by cdienger
Fri Sep 20, 2019 3:57 pm
Forum: Nagios Log Server
Topic: Snapshot Storage Setup
Replies: 17
Views: 261

Re: Snapshot Storage Setup

The change should be picked up the next time it attempts to run the snapshots_maintenance job under Admin > System > Command Subsystem. That said, 2.1 is released now and I would recommend going to that version since it fixes a few things with Ubuntu installs. https://assets.nagios.com/downloads/nag...
by cdienger
Wed Sep 18, 2019 4:58 pm
Forum: Nagios XI
Topic: Pre-Compiled Binaries for HP-UX 11.31 (ia64)
Replies: 15
Views: 815

Re: Pre-Compiled Binaries for HP-UX 11.31 (ia64)

check_by_ssh or using SNMP to monitor HP-UX is an alternative to using an agent that a lot of people use. Let us know if you have any questions setting either up. https://assets.nagios.com/downloads/nagiosxi/docs/Monitoring_Hosts_Using_SSH.pdf https://library.nagios.com/library/products/nagios-xi/do...
by cdienger
Wed Sep 18, 2019 4:54 pm
Forum: Nagios XI
Topic: POST check with IAM auth
Replies: 1
Views: 122

Re: POST check with IAM auth

What full command are you using? Is the service expecting a certain header? Here's an example of how to add a header and value: ./check_http -H www.website.com --header="keys: thisismyiamkeyvalue" -v The "-v" is used to display verbose information including headers that are sent ...
by cdienger
Wed Sep 18, 2019 4:40 pm
Forum: Open Source Nagios Projects
Topic: Nagios XI - Bug In Oracle Tablespace Wizard v1.5.9
Replies: 1
Views: 1180

Re: Nagios XI - Bug In Oracle Tablespace Wizard v1.5.9

We'll fix this in a wizard update, but in the meantime you can change this(starting on line 492): // common plugin opts if (have_value($sid) == false) { $commonopts = "--connect '{$address}:{$port}' --username '{$username}' --password '{$password}' "; } else { $commonopts = "--connect...
by cdienger
Wed Sep 18, 2019 9:26 am
Forum: Nagios XI
Topic: Manage User loads Add User page
Replies: 12
Views: 232

Re: Manage User loads Add User page

Didn't find anything odd in there either. Please open a ticket and reference this post and we can take a closer look.
by cdienger
Mon Sep 16, 2019 1:21 pm
Forum: Nagios Log Server
Topic: Snapshot Storage Setup
Replies: 17
Views: 261

Re: Snapshot Storage Setup

Edit /usr/local/nagioslogserver/scripts/curator.sh to look like:

Code: Select all

#!/bin/sh

/usr/local/bin/curator "$@"
This will be fixed in the next release.
by cdienger
Mon Sep 16, 2019 12:18 pm
Forum: Nagios XI
Topic: Manage User loads Add User page
Replies: 12
Views: 232

Re: Manage User loads Add User page

I'll pass the suggestions along.

The odd messages appear to be okay given the logic and shouldn't cause this problem.

Use the dev tools(F12) in the browser to trace what happens when you click on the edit link. Please save and provide the results as well a screenshot of the Network tab.