Search found 20 matches

by antorres
Tue Sep 24, 2024 3:40 pm
Forum: Nagios XI
Topic: Nagios XI not showing Services
Replies: 1
Views: 929

Nagios XI not showing Services

Hi, We have encountered an unusual issue with one of our servers. After the /var partition filled up with logs, our Nagios XI server is no longer displaying services in the "Service Status Summary" section of the home dashboard. We have already tried multiple service and server reboots, bu...
by antorres
Tue Sep 24, 2024 3:33 pm
Forum: Nagios XI
Topic: Nagios XI installation error
Replies: 3
Views: 2128

Re: Nagios XI installation error

Thank you very much for your response.
We have solved this issue by installing by repo method.
Thank you guys.
Best Regards.
by antorres
Mon Jul 29, 2024 3:22 pm
Forum: Nagios XI
Topic: Nagios XI installation error
Replies: 3
Views: 2128

Nagios XI installation error

Hi everyone, We've completed numerous Nagios XI installations in the past, but we haven't encountered this specific error before. Has anyone else seen or resolved this particular issue? Any assistance would be greatly appreciated. Thank you in advance for your help! '/tmp/nagiosxi/subcomponents/extr...
by antorres
Thu Mar 21, 2024 2:07 pm
Forum: Nagios XI
Topic: Nagios XI errors
Replies: 3
Views: 1733

Re: Nagios XI errors

Hi there, Thank you very much, @swolf, for your help! The procedure to truncate these tables worked very well. Just to inform everyone, I deleted (after creating a backup of the folder nagios/etc) all hosts, services, and other data on the Nagios XI server. However, even after that, I still encounte...
by antorres
Mon Oct 21, 2019 12:52 pm
Forum: Nagios XI
Topic: Check NRPE timeout massive
Replies: 3
Views: 994

Re: Check NRPE timeout massive

Hi There.

Thank you very much for your answer. Yes in deed was a network problem (ASA blocked all traffic coming from certain point of the network)

Anyway I am glad we have resolve this issue


Thank you once again for the support.

Best Regards.
by antorres
Mon Oct 07, 2019 10:05 am
Forum: Nagios XI
Topic: Check NRPE timeout massive
Replies: 3
Views: 994

Check NRPE timeout massive

Hi there. We are experiencing massive amount of alerts "check NRPE timeout" after clock DST adjustment. We have like 150+ services critical with this message. We have checked date, firewall, restarted xinetd, and all we have got was a very few responses but most of the times we got timeout...
by antorres
Thu May 16, 2019 1:43 pm
Forum: Nagios XI
Topic: Monitoring a text file for a phrase.
Replies: 3
Views: 1063

Re: Monitoring a text file for a phrase.

HI lmiltchev Thank you very much for your aswer. I have encounter a solution for this, All I did was first mount the windows shared folder on my nagios server. with this command. mount -t cifs //ntserver/download -o username=vivek,password=myPassword /mnt/ntserver Then used a very simple plugin http...
by antorres
Tue May 07, 2019 4:48 pm
Forum: Nagios XI
Topic: Monitoring a text file for a phrase.
Replies: 3
Views: 1063

Monitoring a text file for a phrase.

Hi there. I am trying to monitor a file which is in a Windows server. The exact location is like this. "\\171.10.XX.XX\FileAdapter\sowal.log", I am looking for this exact phrase "Tracing is being stopped" I have already tried some plugins I found but I still can no make it work. ...
by antorres
Tue Nov 14, 2017 3:13 pm
Forum: Nagios XI
Topic: Cluster Storage on Windows.
Replies: 6
Views: 2075

Re: Cluster Storage on Windows.

Hi there. Following with the thread, the command on power shell follow like these. PS C:\Program Files\NSClient++\scripts> .\check_csv_freespace.ps1 -n Datos -w 80 -c 90 OK - Datos total: 836GB, used: 48GB (5%), free: 788GB (94%) | 'Datos used_space'=48Gb;668;752;0;836 but I've had encounter a lot o...
by antorres
Wed Oct 11, 2017 2:33 pm
Forum: Nagios XI
Topic: Cluster Storage on Windows.
Replies: 6
Views: 2075

Re: Cluster Storage on Windows.

I have already try that , but that's just free space remaining, and it doesn't work for me This plugin checks remaining space of a Cluster Shared Volume (in HyperV): https://exchange.nagios.org/directory/P ... rV/details I got "error cannot divide by 0". Tomorrow I will be trying one more ...