PNP4Nagios in Nagios XI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
nishith
Posts: 28
Joined: Thu Jul 12, 2012 3:45 am

PNP4Nagios in Nagios XI

Post by nishith »

Hello,

I'm using Nagios Core since 5 years & presently, I've installed Nagios XI over AWS EC2 Cloud instance to monitor my small setup comprises total 7 nodes & 82 Services.

Have already monitoring lots of parameters but would like to activate/configure PNP4Nagios within Nagios XI.

I heard that PNP4Nagios comes by default with Nagios XI, but I couldn't find it.

So, would like to get some technical information about the same.

Thanks in advance,

Nishith N.Vyas
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: PNP4Nagios in Nagios XI

Post by lmiltchev »

The pnp4nagios package is installed in Nagios XI:

Code: Select all

cat /usr/local/nagios/etc/pnp/pnp4nagios_release
PKG_REL_DATE="05-02-2009"
PKG_VERSION="0.4.14"
PKG_NAME="pnp"
but it's an older version, and you won't be able to use it in Nagios XI as in Nagios Core.

Also, upgrading the package version in XI would break the existing functionality and your Nagios XI instance wouldn't be supported.
Be sure to check out our Knowledgebase for helpful articles and solutions!
nishith
Posts: 28
Joined: Thu Jul 12, 2012 3:45 am

Re: PNP4Nagios in Nagios XI

Post by nishith »

So,

Isn't it possible to install PNP4Nagios in Nagois XI further?

-Nishith
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: PNP4Nagios in Nagios XI

Post by lmiltchev »

Isn't it possible to install PNP4Nagios in Nagois XI further?
It is probably doable, however it is very likely that the Nagios XI's native graphs would disappear. In any case, you would be on your own with any graphing issues that you might have as this instance wouldn't be supported.

That said, if you wanted to have an "alternative" graphing method in XI, you could try integrating Grafana by following the steps, outlined in the KB article below:

https://support.nagios.com/kb/article/n ... a-805.html
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked