Complete Newbie questions

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jshroyer
Posts: 3
Joined: Wed May 12, 2010 9:24 am

Complete Newbie questions

Post by jshroyer »

I am very new to nagios, looks good so far... I am attempting to setup a new service, etc. I have create my command, and set it up as a service, and in the service detail I can see that it is running, and returning values as expected. My problem is that it is not graphing anything. there are no rrd files, etc..

I am assuming that I need to configure something else, etc.. but I have not been able to locate what needs done, etc.

Any help would be greatly appreciated.
-Jim
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: Complete Newbie questions

Post by tonyyarusso »

I'm afraid that's not something I'm terribly familiar with either (mmestnik would know better), but to get you started I can tell you that the data is captured and stored by PNP, and then passed from that to RRDtool. To documentation for those can be found at http://docs.pnp4nagios.org/pnp-0.4/start and http://oss.oetiker.ch/rrdtool/doc/index.en.html respectively.
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
jshroyer
Posts: 3
Joined: Wed May 12, 2010 9:24 am

Re: Complete Newbie questions

Post by jshroyer »

thanks... I was just starting to get down to that level... from what I can see I need to build a template, and get RRD to build the db... course being new this.. I am not sure where or how to do this, etc... so still reading documentation... :)
jshroyer
Posts: 3
Joined: Wed May 12, 2010 9:24 am

Re: Complete Newbie questions

Post by jshroyer »

Ok... this is silly.. but I had added a space into the command line (to make the output a little easier to read...

Well the default performance parser, etc.. was flagging the performance data as invalid because of that space... (glad I figured it out before I went to far into configuring this by hand.. )


thanks for your help.

-Jim
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: Complete Newbie questions

Post by tonyyarusso »

Ha, excellent. Yeah, spaces can complicate lots of things, especially since it may being going through shell scripts and/or PHP/HTML stuff along the way, each with different ways of escaping them. Glad you got it working.
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
Locked