Hi, <br><br><div class="gmail_quote">On Thu, Nov 19, 2009 at 4:15 PM, Flyinvap <span dir="ltr"><<a href="mailto:flyinvap@orange.fr">flyinvap@orange.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

I would like to use last output and last performance data from a<br>
service in a plugin . The $SERVICEOUTPUT$ and $SERVICEPERFDATA$ macros<br>
contain this but a said in the doc :<br>
<br>
" These macros are not valid for the service they are associated with<br>
when that service is being checked (i.e. they make no sense, as they<br>
haven't been determined yet). "<br>
<br>
So when the plugin is executed, these macros are empty. How can I<br>
retrieve these data. I would like to avoid using temporaries files.<br>
<br>
Any idea ?<br></blockquote></div><br>You can setup a memcached to hold the last status information for all services, and a perfdata command or whatever wrapper to input data to memcache.<br><br>Cheers,<br>