Search found 2 matches
- Thu Nov 15, 2012 7:29 pm
- Forum: Open Source Nagios Projects
- Topic: what instead of semicolon in check output?
- Replies: 4
- Views: 2290
Re: what instead of semicolon in check output?
Are you using a custom made check or one you found and are trying to use, can you provide an example? If you could just elaborate a little bit, the information the check is returning is being changed from what you think it should be? This is my check. I want use javascript in output. For example (f...
- Thu Nov 15, 2012 12:57 pm
- Forum: Open Source Nagios Projects
- Topic: what instead of semicolon in check output?
- Replies: 4
- Views: 2290
what instead of semicolon in check output?
Hi,
My check return something like:
<a href="#" onclick="javascript: var one; command one; command two; command three; function f_one(one); return true">link</a>
But nagios change semicolon with colon. What can I do? (idea with bracket falls).
Best regards!
Tom
My check return something like:
<a href="#" onclick="javascript: var one; command one; command two; command three; function f_one(one); return true">link</a>
But nagios change semicolon with colon. What can I do? (idea with bracket falls).
Best regards!
Tom