Search found 12 matches

by dxk9_dtman
Mon Dec 04, 2017 12:33 pm
Forum: Nagios Fusion
Topic: upgrading nagios-fusion with .OVA vmware image
Replies: 13
Views: 4484

Re: upgrading nagios-fusion with .OVA vmware image

Ok, thanks.

So, for 4.1, we'll plan to go to a new VM image and add that setting.
by dxk9_dtman
Fri Dec 01, 2017 2:03 pm
Forum: Nagios Fusion
Topic: upgrading nagios-fusion with .OVA vmware image
Replies: 13
Views: 4484

Re: upgrading nagios-fusion with .OVA vmware image

I ran the truncate and optimize commands earlier today, neither one purged the 22GB talble size of polled_extras. echo "truncate polled_extras" | mysql -ufusion -pfusion -Dfusion echo "optimize table polled_extras" | mysql -ufusion -pfusion -Dfusion Attached a screen shot so you ...
by dxk9_dtman
Thu Nov 30, 2017 3:43 pm
Forum: Nagios Fusion
Topic: upgrading nagios-fusion with .OVA vmware image
Replies: 13
Views: 4484

Re: upgrading nagios-fusion with .OVA vmware image

At this point all our Nagios servers are Core, so its not an option. I went ahead and upgraded to 4.0.1. Since this is nagios fusion not nagios xi the auto script for making the file size bigger didn't work. No harm was done it just rebooted and kept my same file size. So my only issue is that I can...
by dxk9_dtman
Thu Nov 30, 2017 9:20 am
Forum: Nagios Fusion
Topic: upgrading nagios-fusion with .OVA vmware image
Replies: 13
Views: 4484

Re: upgrading nagios-fusion with .OVA vmware image

Thanks, for this article on the re-sizing. My first thought was to figure out why or how/where/why its storing so much data, and get rid of some. We certainly don't need to keep four months of data around. How do I trim the fat? It's hard to believe that with just retaining data for 5 days (the defa...
by dxk9_dtman
Wed Nov 29, 2017 8:37 am
Forum: Nagios Fusion
Topic: upgrading nagios-fusion with .OVA vmware image
Replies: 13
Views: 4484

Re: upgrading nagios-fusion with .OVA vmware image

Nagios Fusion 4.0.0 full=4.0.0 major=4 minor=0.0 releasedate=2017-07-17 release=4000 [root@nagios-fusion scripts]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 37G 24G 12G 66% / tmpfs 931M 0 931M 0% /dev/shm /dev/sda1 477M 95M 357M 22% /boot I was able to take a back...
by dxk9_dtman
Tue Nov 28, 2017 4:29 pm
Forum: Nagios Fusion
Topic: upgrading nagios-fusion with .OVA vmware image
Replies: 13
Views: 4484

Re: upgrading nagios-fusion with .OVA vmware image

Thanks, so it looks like you are saying its FINE to upgrade nagios-fusion running and installed from the OVF/OVA file. At least a minor version upgrade. Good to know. Still I wanted to back it up first, back up my configs. [root@nagios-fusion scripts]# ./backup_fusion.sh Backing up Nagios Fusion dir...
by dxk9_dtman
Mon Nov 27, 2017 2:40 pm
Forum: Nagios Fusion
Topic: upgrading nagios-fusion with .OVA vmware image
Replies: 13
Views: 4484

upgrading nagios-fusion with .OVA vmware image

Hi, I am currently running Nagios-Fusion 4.0.0 on a .ova image via VMWare workstation player. I can see 4.0.1 is available now. Since this is an image, I assume I just need to download the latest .OVA image and run it. I assume I wouldn't upgrade the existing image. Has anyone tried it though? https...
by dxk9_dtman
Thu Dec 06, 2012 3:25 pm
Forum: Open Source Nagios Projects
Topic: check_rrd perl issue?
Replies: 5
Views: 2909

Re: check_rrd.pl rrdpoller

This may be my last post for a while, since I'm giving up and we will monitor thresholds via cacti


I found that issuing this command returns nothing, snippet from perl script

Code: Select all

 /usr/bin/rrdpoller get /cacti_rrds/server3_reqs_2647.rrd reqs
by dxk9_dtman
Thu Dec 06, 2012 1:54 pm
Forum: Open Source Nagios Projects
Topic: check_rrd perl issue?
Replies: 5
Views: 2909

Re: check_rrdtraf logic

It looks like there was a restructuring to the output of RRD in 2011 and so AVERAGE data may be coming in on a different line. I'm still looking in this http://old.nabble.com/Odd-mismatch-in-fetch-results-(via-Perl-CLI)-td30598300.html The PHP script I was looking at seems to get the value from rrdt...
by dxk9_dtman
Wed Dec 05, 2012 11:40 am
Forum: Open Source Nagios Projects
Topic: check_rrd perl issue?
Replies: 5
Views: 2909

Re: check_rrd perl issue?

nagios@servero:/usr/local/nagios/libexec> ./check_rrd.pl -R /sprj/cacti_rrds/server3_reqs_2647.rrd --ds reqs --compute=AVERAGE AVERAGE -w 120:120 -c 140:140 CHECK_RRD CRITICAL - AVERAGE: 32.9412280701754 | reqs.AVERAGE.average=32.9412280701754;120:120;140:140 This check tool returns the average, but...