Info |
---|
This manual is an extension of our general Checkmk backup article: https://docs.checkmk.com/master/en/backup.html |
...
Here it looks like Checkmk is using pnp4nagios instead of Round Robin Database (RRD). We recommend converting the performance data to the RRD format. Please follow the steps described here: https://docs.checkmk.com/latest/en/graphing.html#customise_rrds
...
This issue is that this file contains a non-ascii character at the end. "AUTORIT�.rrd"
To correct this, we must delete or rename this file. The safest solution would be to rename it.
Code Block | ||||
---|---|---|---|---|
| ||||
OMD[mysite]:~$ mv oldfilename newfilename |
...