Re: Nagios XI 2014 RC3 Now Available ** BETA **
Posted: Wed May 07, 2014 10:56 am
When is the VM image version coming ?
Support for Nagios products and services
https://support.nagios.com/forum/
Likely early next week.sujitt wrote:When is the VM image version coming ?
If I had to guess it seems like there could be 2 instances of nd02db running somehow, lets runamybrown 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...
Code: Select all
service ndo2db stop
service nagios stop
killall -9 ndo2db
killall -9 nagios
service ndo2db start
service nagios startAround line 540 of upgrade you should be able to edit this linevAJ wrote:Getting the below error when upgrading from 2012R2.9:
We had to upgrade to PHP 5.4 for some security compliance issues. Ideas for workaround?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
Code: Select all
yum install php-pecl-ssh2 -yCode: Select all
yum install php54-pecl-ssh2 -yNo new Wizards for this as they are often hardware specific... There are a bunch of SAN plugins on the Exchange though...srikanth.kallu wrote:Are there any monitoring wizards to monitor SAN with the new Nagios ?
Same... Here's what's running for ndo2dbscottwilkerson 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
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 compatibilityvAJ 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.