Search found 177 matches

by bheden
Tue Oct 22, 2019 11:04 am
Forum: Nagios Fusion
Topic: Fusion - Web Accounts Disabled
Replies: 16
Views: 3011

Re: Fusion - Web Accounts Disabled

I think for us to know what's happening, we need to find whatever files are filling up. Your mariadb log looked like you have general logging and tracing enabled. Can I see the output of ls -alh /var/log/mariadb And then, what I normally do to find suspicious files is: du -h --max-depth=1 / Which gi...
by bheden
Mon Sep 30, 2019 9:38 am
Forum: Open Source Nagios Projects
Topic: small bug in broker.c
Replies: 1
Views: 884

Re: small bug in broker.c

You're right, we'll get it fixed. Thanks. I think in the meantime, this shouldn't matter since nebstruct_service_status_struct and nebstruct_contact_status_struct are almost the exact same struct definition - and the handle broker casts to (void*) and then into the appropriate struct. Since they bot...
by bheden
Fri Aug 23, 2019 11:22 am
Forum: Nagios XI
Topic: Cannot Generate Graphs using Capacity Planning
Replies: 20
Views: 2367

Re: Cannot Generate Graphs using Capacity Planning

It looks like the data it's trying to process doesn't have enough data. Can we see the original graph you're attempting to plan capacity for?
by bheden
Fri Aug 23, 2019 11:15 am
Forum: Open Source Nagios Projects
Topic: error sending through Multitech MTR
Replies: 7
Views: 2377

Re: error sending through Multitech MTR

I wonder if the data being sent is being malformed somehow. Are you able to share a screenshot of what messages you're trying to send looks like? Also, in tcpdump - you can see that it's making a connection to the device, correct? Are there any logs on the multitech to see if it's hitting the proper...
by bheden
Fri Aug 23, 2019 11:02 am
Forum: Nagios XI
Topic: Performance data (may aggregate) in XI
Replies: 5
Views: 340

Re: Performance data (may aggregate) in XI

Although untested with XI, this should be possible by changing the consolidation functions CF configured in /usr/local/nagios/etc/pnp/rra.cfg . You'd need to adjust AVERAGE to whichever function you would like to use. I believe you're looking for LAST - and then you would need to delete all existing...
by bheden
Fri Aug 23, 2019 10:45 am
Forum: Open Source Nagios Projects
Topic: Service level alerts in junk mail without any content
Replies: 2
Views: 1049

Re: Service level alerts in junk mail without any content

The first thing that stands out is the missing -t in the service notification. Seems like a minor detail, but SMTP can be a pain sometimes.

Try that first and let us know.
by bheden
Fri Aug 23, 2019 10:40 am
Forum: Open Source Nagios Projects
Topic: sslv3 alert handshake failure only in webinterface
Replies: 3
Views: 1780

Re: sslv3 alert handshake failure only in webinterface

That error is indicative of the hostname not being properly sent to download the right certificate, if I recall correctly.

Can you increase the verbosity of the check definition? -vvv And then provide the output?
by bheden
Fri Aug 23, 2019 10:35 am
Forum: Open Source Nagios Projects
Topic: Nagios Upgrade from 4.3.4 to 4.4.3
Replies: 2
Views: 1043

Re: Nagios Upgrade from 4.3.4 to 4.4.3

Which page isn't loading? Which error log file are you referring to? Can you provide us with the upgrade instructions you used?

Can you provide the apache logs and nagios logs, please?
by bheden
Fri Aug 23, 2019 10:28 am
Forum: Nagios XI
Topic: Hosts and services temporarily unavailable
Replies: 32
Views: 1771

Re: Hosts and services temporarily unavailable

drug I'm the original author of that script - and I'll be taking a look at it in depth. Currently, I'm reading through this post attempting to find something maybe/hopefully obvious that wasn't already pointed out. What are your XI and db and modgearman workers system specifications? CPU count, mem...
by bheden
Fri Aug 23, 2019 9:37 am
Forum: Nagios XI
Topic: Windows 2016 - 30TB Disk Size part 2
Replies: 4
Views: 321

Re: Windows 2016 - 30TB Disk Size part 2

I've submitted this issue on github: https://github.com/nagios-plugins/nagio ... issues/469

Thanks!