This is TikiWiki CMS/Groupware v1.9.11 (CVS) -Sirius- © 2002–2008 by the
Tiki community
Fri 10 of Sep, 2010 [01:15 UTC]
|
|
List FAQs
Questions
Answers
Q: "Method 4 : Ask Nagios to write into a pipe". Is it compatible with Nagios 2.0?
A: Not tested. But I coded it for easier migration to nagios 2.0 in the future :)
Yves, 2004-12-23
Q: Nagios exports corrupt performance data
A: Nagios may corrupt performance data:
| 'time span'=30s
Becomes:
| time span=30s
So solve, please find this in nagios.cfg:
illegal_macro_output_chars=`~$&|'"<>
Change to:
illegal_macro_output_chars=`~$&|"<>
Ben, 2005-05-31
Q: I'm trying to user perfparsed with a label that has embedded spaces but no data shows up. Why?
A: Because Nagios is filtering out the quotes around the label (starting with Nagios V1.2). Make the following change to nagios.cfg:
change:
illegal_macro_output_chars=`~$&|'"
to
illegal_macro_output_chars=`~$&|"
(ie, remove the single quote)
|
|
[ Execution time: 0.06 secs ] [ Memory usage: 3.47MB ] [ GZIP Enabled ] [ Server load: 0.09 ]