Search found 9 matches

by is_kim
Mon Dec 21, 2020 7:48 am
Forum: Open Source Nagios Projects
Topic: Incorrect log rotation
Replies: 2
Views: 2811

Re: Incorrect log rotation

Hi @scottwilkerson,

It's exactly this. Thanks for the tip, I read the documentation, but I couldn't find this information on the docs, yet was my mistake to don't look thoroughly on my system configs.

Again, thanks for your help, everything's is working as expected!
by is_kim
Sat Dec 05, 2020 4:26 pm
Forum: Open Source Nagios Projects
Topic: Incorrect log rotation
Replies: 2
Views: 2811

Incorrect log rotation

Hi, My Nagios Core 4.3.4 installation is facing an issue: every midnight my logs are rotated, as per configured on nagios.cfg , but they're being named weirdly. This causes problem reading the logs for generating my reports. I opened a new thread complaining about this, but since the Nagios is worki...
by is_kim
Thu Dec 03, 2020 1:34 pm
Forum: Open Source Nagios Projects
Topic: Indeterminted and Insufficient Data on Reports
Replies: 5
Views: 3086

Re: Indeterminted and Insufficient Data on Reports

Hi, I figured out the problem. My logs are being named wrong. I don't know why they're being named with the date appended at the end of the file, but that's the reason my reports (Trends and Availability) are being generated with so much time on "insufficient" or "indeterminate" ...
by is_kim
Wed Dec 02, 2020 7:56 am
Forum: Open Source Nagios Projects
Topic: Indeterminted and Insufficient Data on Reports
Replies: 5
Views: 3086

Re: Indeterminted and Insufficient Data on Reports

I tried another thing. I manage a few Nagios installations, so I tried to compare the configs between them, and everything in the nagios.cfg is the same, because they were cloned from the same base image, and the difference I noticed on the var directory was that the logs were being generated and ro...
by is_kim
Tue Dec 01, 2020 7:44 pm
Forum: Open Source Nagios Projects
Topic: VNXe3200 monitoring
Replies: 11
Views: 5761

Re: VNXe3200 monitoring

Hi, The first plugin works on a tool called UnisphereCLI. If you don't have it installed on your Nagios system, it won't work at all. And it must be executed with sudo . The second plugin uses a tool called Navisphere to work, and apparently, there's no special permissions to assign before you run i...
by is_kim
Tue Dec 01, 2020 7:53 am
Forum: Open Source Nagios Projects
Topic: Indeterminted and Insufficient Data on Reports
Replies: 5
Views: 3086

Re: Indeterminted and Insufficient Data on Reports

Could you share the query string used for the report generated by the cgi's? e.g. /avail.cgi?show_log_entries=&hostgroup=all&timeperiod=last7days&smon=11&sday=1&syear=2020&shour=0&smin=0&ssec=0&emon=11&eday=29&eyear=2020&ehour=24&emin=0&esec=0...
by is_kim
Fri Nov 27, 2020 2:13 pm
Forum: Open Source Nagios Projects
Topic: VNXe3200 monitoring
Replies: 11
Views: 5761

Re: VNXe3200 monitoring

Hi, If you put a little effort on it, we'll be glad to help. And by effort, I mean telling us what you've done so far to this search. I recommend you always start looking for plugins on Nagios Exchange, it's a great source and provides A LOT OF solutions. https://exchange.nagios.org I searched at Go...
by is_kim
Fri Nov 27, 2020 11:44 am
Forum: Open Source Nagios Projects
Topic: Indeterminted and Insufficient Data on Reports
Replies: 5
Views: 3086

Indeterminted and Insufficient Data on Reports

Hi, I've been using Nagios for a year and a half so far, and now I'm facing a problem with generating reports on Trends and Availability Report, both of them showing "Indeterminate" and "Insufficient Data", respectively, if the selected time period exceeds more than 48 hours. I r...
by is_kim
Fri Nov 27, 2020 6:40 am
Forum: Open Source Nagios Projects
Topic: How to change host check time to every second ?
Replies: 4
Views: 4065

Re: How to change host check time to every second ?

Hi, As far I know Nagios was built to run checks every minute. I know some situations you'd like to reduce this time between checks, but I think the purpose of Nagios was not meant to be a real-time monitoring. Of course, you can use passive checks to deploy results with less than one minute (becaus...