Search found 6 matches

by browan
Fri Mar 20, 2026 11:48 am
Forum: Nagios XI
Topic: No charts are displayed
Replies: 5
Views: 8065

Re: No charts are displayed

Another thing to test if you would like to try to figure it out yourself, you could try running sudo -u nagios env \ NAGIOS_HOSTNAME=testhost \ NAGIOS_SERVICEDESC=testservice \ NAGIOS_SERVICEPERFDATA="time=0.1s;;;;" \ NAGIOS_SERVICECHECKCOMMAND=check_ping \ perl /usr/local/nrdp/plugins/Gen...
by browan
Fri Mar 20, 2026 11:43 am
Forum: Nagios XI
Topic: No charts are displayed
Replies: 5
Views: 8065

Re: No charts are displayed

Hello @wagnbeu0!

I am curious about a couple of things, do you think you could share the current contents of process_perfdata.pl, as well as share the output of

systemctl status npcd
cat /usr/local/nagios/var/npcd.log


Thanks!
by browan
Thu Jan 15, 2026 12:27 pm
Forum: Nagios XI
Topic: Web upgrade to 2026R1.1 from 2026R1.0.1
Replies: 8
Views: 34546

Re: Web upgrade to 2026R1.1 from 2026R1.0.1

Hey seraphina25 , We are aware of an issue within the upgrade process - specifically the offline/rpm process - that is resulting in upgrades falsely informing of a completed upgrade, despite no changes to the actual product. I am currently working on diagnosing the issue, at the very least to includ...
by browan
Thu Jan 15, 2026 12:14 pm
Forum: Nagios XI
Topic: Local Area Connection Bandwidth - Inbound/Outbound is UNKNOWN
Replies: 3
Views: 14802

Re: Local Area Connection Bandwidth - Inbound/Outbound is UNKNOWN

Hey LACMAIS , I am wondering a couple of things, 1. I assume this is through one of our wizards that uses NCPA for checks, if so, what version of NCPA are you running? 2. What kind of process did you go through to create these service checks? 3. Once you setup the checks, did you modify the systems ...
by browan
Thu Jan 15, 2026 12:01 pm
Forum: Nagios XI
Topic: Getting flooded with email notifications with Service and State $
Replies: 4
Views: 21719

Re: Getting flooded with email notifications with Service and State $

Hello clangbecker , I think I might have a lead on the cause for this. In between these emails with just '$', are you still getting emails with regular values? What may be happening is that macros are being passed through invalid on strange occasions, which is triggering an email to be sent since it...
by browan
Fri Dec 19, 2025 3:09 pm
Forum: Nagios XI
Topic: Nagios XI backup size increasing
Replies: 10
Views: 30719

Re: Nagios XI backup size increasing

Howdy sandip2705 : I notice you may not need to run the script anymore based on the context of the conversation, however just in case you need it, the remove_historical_data script fails due to invalid permissions for the mysql user. In order to fix this, as the admin mysql user the script that I ha...