Re: [Nagios-devel] Differences of certain parameters set in

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Differences of certain parameters set in

Post by Guest »

On 11/25/2010 03:51 PM, Deborah Martin wrote:
> I'm using the parameter "service_perfdata_file_processing_command" to
> process performance data for pnp4nagios. The first parameter
> "service_perfdata_command" is commented out. But could I still use that
> first parameter?

Yes. I'm running n2rrd and PNP (bulk mode with npcd) in parallel while
the users are making up their minds whether they want to switch over:


# grep '^service.*command' nagios.cfg
service_perfdata_command=3Dprocess-service-perfdata
service_perfdata_file_processing_command=3Dprocess-service-perfdata-file


# grep -A 1 process-service ../var/objects.cache
command_name process-service-perfdata
command_line /usr/local/n2rrd/bin/n2rrd.pl -N
"/usr/local/nagios/var/spool/status.dat" -C '$SERVICECHECKCOMMAND$' -c
/usr/local/n2rrd/etc/n2rrd.conf -e $SERVICEEXECUTIONTIME$ -l
$SERVICELATENCY$ -T $LASTSERVICECHECK$ -H $HOSTNAME$ -s "$SERVICEDESC$"
-o "$SERVICEPERFDATA$"
--
command_name process-service-perfdata-file
command_line /bin/mv
/usr/local/pnp4nagios/var/spool/incoming/service-perfdata
/usr/local/pnp4nagios/var/spool/service-perfdata.$TIMET$


Kind regards,
J. Bern
--=20
Jochen Bern, Systemingenieur --- LINworks GmbH
Postfach 100121, 64201 Darmstadt | Robert-Koch-Str. 9, 64331 Weiterstadt
PGP (1024D/4096g) FP =3D D18B 41B1 16C0 11BA 7F8C DCF7 E1D5 FAF4 444E 1C2=
7
Tel. +49 6151 9067-231, Zentr. -0, Fax -299 - Amtsg. Darmstadt HRB 85202
Unternehmenssitz Weiterstadt, Gesch=E4ftsf=FChrer Metin Dogan, Oliver Mic=
hel





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked