Nagios XI 2014 RC3 Now Available ** BETA **

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
sujitt
Posts: 132
Joined: Thu Apr 25, 2013 1:50 pm

Re: Nagios XI 2014 RC3 Now Available ** BETA **

Post by sujitt »

When is the VM image version coming ?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI 2014 RC3 Now Available ** BETA **

Post by scottwilkerson »

sujitt wrote:When is the VM image version coming ?
Likely early next week.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI 2014 RC3 Now Available ** BETA **

Post by scottwilkerson »

amybrown wrote:So, I did a fresh install of RC3 on a RHEL6 box (2.6.32-431.11.2.el6.x86_64). The server itself looks fine, but I can't seem to get it to actually connect to anything else. I've got it on my dev/qa subnet, and setup 2 dev servers with the NRPE client. When I add the hosts via the NRPE wizard, they just go into Pending status and never update. There doesn't appear to be a way to force it to actually try and connect at all... A little confused.

This is what the host detail says:

Host State: Pending
Duration: N/A
Host Stability: Unchanging (stable)
Last Check: Never
Next Check: Not scheduled

I left one sitting overnight and no change...
If I had to guess it seems like there could be 2 instances of nd02db running somehow, lets run

Code: Select all

service ndo2db stop
service nagios stop
killall -9 ndo2db
killall -9 nagios
service ndo2db start
service nagios start
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI 2014 RC3 Now Available ** BETA **

Post by scottwilkerson »

vAJ wrote:Getting the below error when upgrading from 2012R2.9:

Code: Select all

--> Processing Dependency: php(api) = 20090626 for package: php-pecl-ssh2-0.11.0                   -7.el6.x86_64
--> Finished Dependency Resolution
Error: Package: php-pecl-ssh2-0.11.0-7.el6.x86_64 (epel)
           Requires: php(zend-abi) = 20090626
           Installed: php-common-5.4.16-1.el6.remi.x86_64 (@remi)
               php(zend-abi) = 20100525-x86-64
           Available: php-common-5.3.3-26.el6.x86_64 (base)
               php(zend-abi) = 20090626
           Available: php-common-5.3.3-27.el6_5.x86_64 (updates)
               php(zend-abi) = 20090626
Error: Package: php-pecl-ssh2-0.11.0-7.el6.x86_64 (epel)
           Requires: php(api) = 20090626
           Installed: php-common-5.4.16-1.el6.remi.x86_64 (@remi)
               php(api) = 20100412-x86-64
           Available: php-common-5.3.3-26.el6.x86_64 (base)
               php(api) = 20090626
           Available: php-common-5.3.3-27.el6_5.x86_64 (updates)
               php(api) = 20090626
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
We had to upgrade to PHP 5.4 for some security compliance issues. Ideas for workaround?
Around line 540 of upgrade you should be able to edit this line

Code: Select all

yum install php-pecl-ssh2 -y
to

Code: Select all

yum install php54-pecl-ssh2 -y
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI 2014 RC3 Now Available ** BETA **

Post by scottwilkerson »

srikanth.kallu wrote:Are there any monitoring wizards to monitor SAN with the new Nagios ?
No new Wizards for this as they are often hardware specific... There are a bunch of SAN plugins on the Exchange though...
http://exchange.nagios.org/directory/Pl ... AN-and-NAS
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
amybrown
Posts: 22
Joined: Tue Oct 25, 2011 3:59 pm

Re: Nagios XI 2014 RC3 Now Available ** BETA **

Post by amybrown »

scottwilkerson wrote: If I had to guess it seems like there could be 2 instances of nd02db running somehow, lets run

Code: Select all

service ndo2db stop
service nagios stop
killall -9 ndo2db
killall -9 nagios
service ndo2db start
service nagios start
Same... Here's what's running for ndo2db

[root@gv1hqqnm38b etc]# ps -ef|grep ndo
nagios 4758 1 0 13:26 ? 00:00:00 /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
nagios 4781 4758 0 13:26 ? 00:00:00 /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
nagios 4782 4781 0 13:26 ? 00:00:00 /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg

ETA: I meant, I did as you suggested, and things are the same.
amybrown
Posts: 22
Joined: Tue Oct 25, 2011 3:59 pm

Re: Nagios XI 2014 RC3 Now Available ** BETA **

Post by amybrown »

I figured it out. For somereason, xi_timeperiod_24x7 was completely blank... I manually added all the days/hours and it's working now. Very odd that the timeperiod was blank though.
vAJ
Posts: 456
Joined: Thu Nov 08, 2012 5:09 pm
Location: Austin, TX

Re: Nagios XI 2014 RC3 Now Available ** BETA **

Post by vAJ »

Any chance of implementing a newer version of NagVis in 2014?

I'm doing more and more with visualizations for our hosting platform with NagVis and would like to see some of the features in the later versions.
Andrew J. - Do you even grok?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI 2014 RC3 Now Available ** BETA **

Post by scottwilkerson »

vAJ wrote:Any chance of implementing a newer version of NagVis in 2014?

I'm doing more and more with visualizations for our hosting platform with NagVis and would like to see some of the features in the later versions.
Not in the first release, but it could creep in mid year. NagVis really stopped supporting Ndoutils, which means before we could add it in, we would either need to require livestatus be added in, or fork NagVis to fix the Ndoutils compatibility
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked