Search found 3722 matches

by mcapra
Thu Jun 30, 2022 8:33 am
Forum: Open Source Nagios Projects
Topic: Nagios Core alternatives
Replies: 5
Views: 6003

Re: Nagios Core alternatives

Are there other open source alternatives that are better? It depends on your use case(s). Ultimately, the tooling should come after good practices/standards are established. Practical Monitoring is a good read. I've yet to find something I can't easily address with Prometheus and a basic event coll...
by mcapra
Mon Feb 14, 2022 7:24 pm
Forum: Open Source Nagios Projects
Topic: SSL certificat and nsclient++ vs winnrpe
Replies: 2
Views: 2802

Re: SSL certificat and nsclient++ vs winnrpe

I have 2 questions : :arrow: What is the best windows clients :?: nsclient++ or winnrpe NSClient++ hasn't received a release in ~3 years, but is by far the more popular solution: https://nsclient.org/ You can configure the NSClient++ NRPEServer with a SSL certificate: https://docs.nsclient.org/refe...
by mcapra
Mon Feb 14, 2022 4:12 pm
Forum: Open Source Nagios Projects
Topic: check_jvm plugin - Can't connect to the JVM
Replies: 3
Views: 3995

Re: check_jvm plugin - Can't connect to the JVM

You might try upgrading your JvmInspector
by mcapra
Tue Feb 08, 2022 7:58 pm
Forum: Open Source Nagios Projects
Topic: check_jvm plugin - Can't connect to the JVM
Replies: 3
Views: 3995

Re: check_jvm plugin - Can't connect to the JVM

Which version of check_jvm are you using? Can you provide a copy of the plugin? What version of Jira was previously used, and what version was it updated to? Do you know what version of Tomcat/Java is being used by the Jira instance? What is the output of these commands, executed from the CLI as roo...
by mcapra
Tue Jan 25, 2022 2:51 pm
Forum: Open Source Nagios Projects
Topic: Viewing Topics
Replies: 2
Views: 2826

Re: Viewing Topics

That's in the customer support section of the forums, which requires a support contract to access. https://support.nagios.com/support-plans/ What specifically are you trying to do? Notes (comments) can be associated with a service/host object in the Core Config Manager: https://assets.nagios.com/dow...
by mcapra
Mon Jan 10, 2022 11:39 am
Forum: Open Source Nagios Projects
Topic: The WMI query had problems - Windows Server 2022
Replies: 1
Views: 3632

Re: The WMI query had problems - Windows Server 2022

There was quite a bit of chatter on this issue in another thread: https://support.nagios.com/forum/viewtopic.php?f=7&t=63625 More in a separate thread in the customer support section of the forum: https://support.nagios.com/forum/viewtopic.php?f=16&t=63266 Post from the check_wmi_plus plugin...
by mcapra
Tue Jan 04, 2022 11:00 am
Forum: Open Source Nagios Projects
Topic: How to utilise macros "HOSTADDRESS" in my code
Replies: 1
Views: 2396

Re: How to utilise macros "HOSTADDRESS" in my code

I think this is what you're looking for:
https://github.com/nagios-plugins/nagio ... l/getopt.c

But there's a variety of ways to handle command-line arguments in C.
by mcapra
Thu Dec 23, 2021 6:28 am
Forum: Open Source Nagios Projects
Topic: Proper ways to create check command
Replies: 3
Views: 3275

Re: Proper ways to create check command

Probably missing correctly formatted performance data:
https://nagios-plugins.org/doc/guidelines.html#AEN200
by mcapra
Wed Dec 15, 2021 2:40 pm
Forum: Open Source Nagios Projects
Topic: How to update thresholds in NAGIOS 11 via GUI
Replies: 1
Views: 2383

Re: How to update thresholds in NAGIOS 11 via GUI

Here's a brief overview on how to use the Core Config Manager in Nagios XI: https://assets.nagios.com/downloads/nagiosxi/docs/Using-The-Nagios-XI-Core-Config-Manager-For-Host-Management.pdf That's kind of a dense topic on its own, though. The short answer to your question is "use the Core Confi...