Search found 222 matches

by gwesterman
Thu Dec 19, 2024 5:15 pm
Forum: Nagios Log Server
Topic: LDAP/AD Integrations
Replies: 1
Views: 182

Re: LDAP/AD Integrations

Hi @sfarrell,

What distro are you on?

If on Ubuntu / Debian, try running these:

Code: Select all

chmod 0775 /etc/ldap/certs
chmod 0775 /etc/ldap/cacerts
else try these:

Code: Select all

chmod 0775 /etc/openldap/certs
chmod 0775 /etc/openldap/cacerts
Thank you!
by gwesterman
Wed Dec 18, 2024 5:47 pm
Forum: Open Source Nagios Projects
Topic: Nagios and LDAP auhentication e authorization
Replies: 2
Views: 316

Re: Nagios and LDAP auhentication e authorization

Hi @emi65,

I am not familiar with this issue in particular, but is there any reason you cannot try this solution? My recommendation is to give this answer a try and let us know if it doesn't work.

Thank you!
by gwesterman
Mon Dec 16, 2024 5:54 pm
Forum: Nagios XI
Topic: All network devices : Port Status Warning
Replies: 5
Views: 381

Re: All network devices : Port Status Warning

Hi @tonnag,

Can you try running the incorrect commands from the CLI and let us know what it returns?

You can find the command the particular service is running in the CCM.

Thank you!
by gwesterman
Fri Dec 13, 2024 5:32 pm
Forum: Nagios XI
Topic: Ubuntu 22.04 - E: Package 'php-pdo' has no installation candidate
Replies: 10
Views: 778

Re: Ubuntu 22.04 - E: Package 'php-pdo' has no installation candidate

Hi @dunderwood, Before making any changes that may "corrupt" the machine, you can always take snapshots so you don't have to worry about irreparably breaking something. I would recommend first making absolutely certain that it is a clean installation, update the packages, then try a fresh ...
by gwesterman
Wed Dec 11, 2024 5:38 pm
Forum: Nagios Log Server
Topic: Missing dashboards and filters after manual install
Replies: 3
Views: 980

Re: Missing dashboards and filters after manual install

Hi @sfarrell,

On the dashboard page, there is magnifying glass icon in the top right. Click this to open the Manage Queries dialog. Within this dialog, there is the option to Import queries via a button right above the available queries table.

Hope this helps.

Thank you!
by gwesterman
Tue Dec 10, 2024 5:19 pm
Forum: Nagios XI
Topic: Scheduled report not working again
Replies: 8
Views: 1266

Re: Scheduled report not working again

I'm glad you found the solution. Locking this thread.
by gwesterman
Fri Dec 06, 2024 3:38 pm
Forum: Nagios Log Server
Topic: Missing dashboards and filters after manual install
Replies: 3
Views: 980

Re: Missing dashboards and filters after manual install

Hi @sfarrell, I believe the default dashboards should be in /var/www/html/nagioslogserver/application/dashboards and the default queries should be in /var/www/html/nagioslogserver/application/queries. They are in json files that you should be able to import (as a dashboard or a query, respectively)....
by gwesterman
Tue Dec 03, 2024 5:50 pm
Forum: Open Source Nagios Projects
Topic: Upgrade from Core 4.4.13 to CSP
Replies: 4
Views: 1101

Re: Upgrade from Core 4.4.13 to CSP

Hi @baqwas,

So you are having issues installing CSP (from this link: https://go.nagios.org/get-csp-zip) on Ubuntu 24? What is the error you are receiving?
by gwesterman
Mon Dec 02, 2024 5:44 pm
Forum: Nagios XI
Topic: Nagios Version Upgrade
Replies: 7
Views: 1249

Re: Nagios Version Upgrade

Hi @kenneth59, There may be a fix for your specific circumstance, but I highly recommend just restarting the process with the required packages installed (although I am surprised they aren't). If you don't have a snapshot that allows you to do so let us know, but I cannot guarantee anything and woul...