Search found 306 matches

by swolf
Wed May 08, 2024 9:26 am
Forum: Nagios XI
Topic: check_mssql_server.php error
Replies: 3
Views: 44

Re: check_mssql_server.php error

Hi Jenkins , thanks for reaching out. It looks to me like you don't have the database driver installed for the database you're trying to monitor. Have you seen this StackOverflow question ? The results won't be directly applicable (the user is trying to use python on a Macintosh, whereas you're on R...
by swolf
Tue May 07, 2024 11:07 am
Forum: Nagios XI
Topic: LDAP /AD authentication Certificate issue
Replies: 5
Views: 371

Re: LDAP /AD authentication Certificate issue

Hi Psihawk , Can you list the entries in /etc/openldap/cacerts , especially any symlinks? The backend is doing a manual equivalent of `openssl rehash`, and it'll remove your certificate if thinks there's already a valid link. My guess at this point is that there's a symlink that is normally dead (wa...
by swolf
Mon May 06, 2024 10:43 am
Forum: Nagios XI
Topic: Bug with NagiosXI Performance Grapher
Replies: 5
Views: 145

Re: Bug with NagiosXI Performance Grapher

Hi wneville , Right now our performance graphing backend is using a component called pnp4nagios, which does require that a check outputs the same labels in the same order, every time the check is run. We have ambitions to move away from that solution in the near future, but for now any plugin that d...
by swolf
Thu May 02, 2024 12:31 pm
Forum: Nagios Fusion
Topic: Nagios fusion failed to install on RHEL 9 with DB related error.
Replies: 2
Views: 89

Re: Nagios fusion failed to install on RHEL 9 with DB related error.

Hi @SBhambri,

Thanks for reaching out. If you're able to get to the end of the install process, your approach looks reasonable to me for your system. I've filed a bug report for this issue.

-Sebastian
by swolf
Wed May 01, 2024 10:19 am
Forum: Open Source Nagios Projects
Topic: How do I improve alert latency?
Replies: 3
Views: 140

Re: How do I improve alert latency?

Thanks for responding, here's the full context I'm using now and it seems to be a lot quicker. I feel like commenting out the retry_interval helped the most but I freely admit I was fumbling around trying to find the best results. define host { use linux-server host_name watto alias watto address 1...
by swolf
Tue Apr 30, 2024 8:50 am
Forum: Open Source Nagios Projects
Topic: Nagios Core Server OS version upgrade.
Replies: 7
Views: 221

Re: Nagios Core Server OS version upgrade.

Hi naggyohs, Thanks for your response. The links which you have provided are for NagiosXi not for Nagios Core. I want to know how to perform OS migration for the servers in which Nagios core is installed not NagiosXi. Apologies, I misunderstood. You posted this in the Nagios XI section. You should ...
by swolf
Fri Apr 26, 2024 10:44 am
Forum: Open Source Nagios Projects
Topic: Nagios Core RHEL Repositories?? and nagiosgraph in RHEL9?
Replies: 1
Views: 274

Re: Nagios Core RHEL Repositories?? and nagiosgraph in RHEL9?

Hi Guyver1 , I can't speak to your second question, but to install Nagios Core (and plugins, dependencies, etc) from a public repository, I would recommend using EPEL's package: yum install epel-release -y yum install nagios -y We also have an RPM repository at https://repo.nagios.com, but it's orie...
by swolf
Wed Apr 24, 2024 9:31 am
Forum: Nagios XI
Topic: time definitions can't be deleted in timeperiod (missing button)
Replies: 4
Views: 142

Re: time definitions can't be deleted in timeperiod (missing button)

Hello, I need to change / delete a time definition in a timeperiod, but now I noticed that the delete buttons are gone. I checked this by using other users (including nagiosadmin), different themes and different browsers, no difference. Is this a bug, or a problem in our installation? We are runnin...
by swolf
Tue Apr 23, 2024 11:45 am
Forum: Nagios XI
Topic: New virtual appliance download?
Replies: 1
Views: 73

Re: New virtual appliance download?

Hi RCIJoe , The current OVA download is running on CentOS Stream 9. If your existing OVA is still running CentOS 7, you should be able to download the new OVA and run our Backup and Restore process to migrate across distributions. You can find more details about the exact requirements in our Backing...
by swolf
Fri Apr 12, 2024 2:14 pm
Forum: Nagios XI
Topic: Debian 10 to 11 live in place upgrade?
Replies: 7
Views: 565

Re: Debian 10 to 11 live in place upgrade?

TBT wrote: Fri Apr 12, 2024 1:19 pm @swolf

Thanks for the info, any idea when we can expect support for Debian 12?
I'm currently not aware of Debian 12 support on the roadmap, though I do know that Ubuntu 24 is currently planned for this summer.
I'll add this thread onto the list for our feature request tracking.