Re: [nagios-plugins] Move time_ssl to end of extended perfdata output (#1201)
eponymous alias <eponymousalias-/[email protected]> Mon, 14 Oct 2013 13:26:01 -0700 (PDT)
| Newsgroups | gmane.network.nagios.plugins.devel |
|---|---|
| Message-ID | <[email protected]> |
Shuffling around the output order like this without requiring explicit user modification of the command line to invoke the new behavior, is a Really Bad Idea. It means that stuff will silently and unceremoniously break the next time the user upgrades the plugins in an otherwise functioning system. You either need to only do this if the command is invoked under some new program name, or if some special command-line option is given, to introduce a level of incompatibility to your change so that existing sites will not break during such an upgrade. -------------------------------------------- On Mon, 10/14/13, awiddersheim <notifications-9UaJU3cA/F/[email protected]> wrote: When using pnp4nagios as your graphing engine and you don't have the MULTI option turned where each source of information is placed into it's own independent RRD file it is difficult to add a new datasource into the middle of a pre-existing RRD file. Having the data added at the end on the other hand isn't nearly as bad. I'd imagine with other graphing platforms like graphite this isn't really an issue. This is really an attempt to fix some short comings with how my current setup is configured now but I'm hoping it may help others who are in a similar situation. Commit Summary Move time_ssl to end of extended perfdata output File Changes M plugins/check_http.c (4) Patch Links: https://github.com/nagios-plugins/nagios-plugins/pull/1201.patch https://github.com/nagios-plugins/nagios-plugins/pull/1201.diff ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk _______________________________________________________ Nagios Plugin Development Mailing List Nagiosplug-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Unsubscribe at https://lists.sourceforge.net/lists/listinfo/nagiosplug-devel ::: Please include plugins version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null