Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Table of Content Zone

Table of Contents

...

Code Block
languagebash
themeRDark
 Pausing RRD updates for /omd/sites/testmysite/var/pnp4nagios/perfdata/SAP01myhost/DRBD_drbd3my_disk_read.rrd
 rrdcached command: SUSPEND /omd/sites/testmysite/var/pnp4nagios/perfdata/SAP01myhost/DRBD_drbd3my_disk_read.rrd
 rrdcached response: '-1 /omd/sites/testmysite/var/pnp4nagios/perfdata/SAP01myhost/DRBDmy_drbd3_disk_read.rrd - No such file or directory\n'
 Resuming RRD updates for /omd/sites/testmysite/var/pnp4nagios/perfdata/SAP01myhost/DRBDmy_drbd3_disk_read.rrd
 rrdcached command: RESUME /omd/sites/testmysite/var/pnp4nagios/perfdata/SAP01myhost/DRBD_drbd3my_disk_read.rrd
 skipping rrdcached command (broken pipe)
 Pausing RRD updates for /omd/sites/testmysite/var/pnp4nagios/perfdata/SAP01myhost/DRBD_drbd3my_disk_write.rrd
 rrdcached command: SUSPEND /omd/sites/testmysite/var/pnp4nagios/perfdata/SAP01myhost/DRBDmy_drbd3_disk_write.rrd
 rrdcached response: '-1 /omd/sites/testmysite/var/pnp4nagios/perfdata/SAP01myhost/DRBDmy_drbd3_disk_write.rrd - No such file or directory\n'
 Resuming RRD updates for /omd/sites/testmysite/var/pnp4nagios/perfdata/SAP01myhost/DRBD_drbd3my_disk_write.rrd
 rrdcached command: RESUME /omd/sites/testmysite/var/pnp4nagios/perfdata/SAP01myhost/DRBD_drbd3my_disk_write.rrd
 Failed to perform backup: [Errno 104] Connection reset by peer

...

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
languagebash
themeRDark
OMD[mysite]:~$ mv oldfilename newfilename

...