Search found 7559 matches

by ssax
Wed Feb 23, 2022 2:37 pm
Forum: Nagios XI
Topic: Trying to get check_jmx to work
Replies: 9
Views: 23117

Re: Trying to get check_jmx to work

On the system running JMX, what is the output of this command?

Code: Select all

ps aux | grep jmx
by ssax
Wed Feb 23, 2022 11:49 am
Forum: Nagios Log Server
Topic: Field Grouping & Aggregation
Replies: 3
Views: 2465

Re: Field Grouping & Aggregation

I'm glad they helped! Let us know if you have any related questions or when we're okay to lock this up and mark it as resolved.

Thank you!
by ssax
Wed Feb 23, 2022 11:12 am
Forum: Nagios XI
Topic: Nagios - SummitAI(ITSM) tool Integration using APIs
Replies: 10
Views: 17004

Re: Nagios - SummitAI(ITSM) tool Integration using APIs

See the When Are Event Handlers Executed? section AND the script at the bottom of this page here: https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/eventhandlers.html Read the comments in that code but see below for a cleaner example of what you need to do in this case (detect hard...
by ssax
Tue Feb 22, 2022 6:02 pm
Forum: Nagios XI
Topic: No data is displayed in charts
Replies: 7
Views: 6875

Re: No data is displayed in charts

Please follow this guide and it should help you identify and fix the issue, it's usually related to the load_threshold/TIMEOUT values needing adjustment: https://support.nagios.com/kb/article.php?id=9 I would also check the XML file: - NOTE: You'll need to change THEHOSTNAME to the hostname and THSE...
by ssax
Tue Feb 22, 2022 5:30 pm
Forum: Nagios XI
Topic: check_sybase.pl plugin
Replies: 13
Views: 5123

Re: check_sybase.pl plugin

Okay, sounds good, let us know if that resolves the issue.
by ssax
Tue Feb 22, 2022 3:25 pm
Forum: Nagios XI
Topic: How to show server owner/assignment groups
Replies: 1
Views: 1158

Re: How to show server owner/assignment groups

I apologize, it's not currently possible as the table columns are hard-coded in the XI source code. Development would need to add the functionality to allow it (this is something I've previously requested but has not been implemented as of yet).

Thank you!
by ssax
Tue Feb 22, 2022 3:08 pm
Forum: Nagios XI
Topic: MySQL monitoring using SSL
Replies: 6
Views: 7371

Re: MySQL monitoring using SSL

Testing this on MySQL 8: [mysqld] require_secure_transport=1 tls_version=TLSv1.2,TLSv1.3 bind-address=0.0.0.0 port=3306 I'm able to connect with this: mysql -h X.X.X.X -uroot -p'password' --ssl -e 'STATUS;' In order to get the plugin working I had to add this last line to the code (to use SSL/TLS bu...
by ssax
Tue Feb 22, 2022 1:38 pm
Forum: Nagios XI
Topic: Nagios XI support forum site turns white
Replies: 16
Views: 12551

Re: Nagios XI support forum site turns white

To make forward progress on your issue you will need to contact your security team and have them whitelist maxcdn.bootstrapcdn.com for our forums as the forum application we use uses it for the bootstrap functionality: <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/boots...
by ssax
Tue Feb 22, 2022 1:29 pm
Forum: Nagios XI
Topic: very high CPU load spikes
Replies: 11
Views: 7249

Re: very high CPU load spikes

I apologize, can you get the output of this one when the CPU spike is occurring? The other one doesn't contain the CPU/mem use of each process and that will give us the information we need.

Code: Select all

ps -auxef > /tmp/info.txt 
by ssax
Tue Feb 22, 2022 12:53 pm
Forum: Nagios XI
Topic: How to get cpu and memory perf data
Replies: 7
Views: 3581

Re: How to get cpu and memory perf data

That's great to hear! Let us know when we're okay to mark this as resolved and lock the topic.

Thank you!