On 6/22/10 10:03 AM, Roberto R. Morelli wrote:
> I am not asking for formal documentation, just an actual usage example,
> someone notes, couple one line steps .....

seriously?  ok.

1) install this plugin as /usr/local/nagios/libexec/check_markdowntest:

#!/bin/sh
echo 'markdowntest OK **bold** _italic_ [Opsview](http://www.opsview.com/)'
exit 0

don't forget to chmod +x.

2) make an active service check called 'markdowntest', which calls
check_markdowntest with no arguments.  make sure you turn on Markdown
filtering for this check.

3) enable this check on some host and reload your Opsview config.

now, when you look at the status for that check, you should see
formatted output and a clickable link.  if you turn off Markdown
filtering for the check, you'll see the untranslated Markdown.

-steve

-- 
Steve Huff - Systems Administrator, HMDC - [email protected]

_______________________________________________
Opsview-users mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-users

Reply via email to