In that manual Error during the RRD conversion we try to collect and document some common issues during the conversion of pnp4nagios. As we can't document all the issues, we offer here a way to debug that.
XMLLINT parses xml files and can give you a detailed error.
Step-by-step guide
Install xmllint
Code Block |
---|
|
apt -y install libxml2-util |
run that for loop with xmllint and some debug as site user and write the result to a file
Code Block |
---|
|
OMD[mysite]:~$ for i in $(find ~/var/pnp4nagios/perfdata/ -name "*xml"); do echo "#####$i####"; xmllint --debug --format $i; echo "#####" ;done &> xmllint.log |
- Check if we already provide a solution here:Error during the RRD conversion
- If there is no solution, you can open a support case and provide us with the log. Then we can analyze that
Info |
---|
Related articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | KB |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label in ("rrd","pnp4nagios") and type = "page" and space = "KB" |
---|
labels | rrd pnp4nagios |
---|
|