Trying to set up a nagios process which, after it samples my servers, it runs a process. What I want this process to do is write the resultant data to a log file, something I can post to another process (like splunk, but NOT splunk) Basically, I want to take each sample returned and send it to another URL.
What's the best way to do this?