From: Lonnie A. <li...@lo...> - 2018-07-17 12:07:06
|
Hi Michael, Is '/mnt/kd' mounted on the system ? Any output with this command ? -- mount | grep '/mnt/kd' -- Keep in mind that /mnt/kd is only mounted when you choose (during installation setup) o Separate Unionfs and /mnt/kd/ partitions If this command returns an "unable to resolve" error -- findfs LABEL=ASTKD -- then Monit should not be monitoring /mnt/kd since there isn't such a filesystem. If that is the case, disable monitoring /mnt/kd by commenting it out ... -- /mnt/kd/monit/monit.d/services.conf snippet -- #check filesystem kd # path /mnt/kd # if space usage > 80% then alert -- Lonnie > On Jul 16, 2018, at 10:23 PM, Michael Knill <mic...@ip...> wrote: > > Hi All > > Im getting these errors: > Jul 17 13:15:12 3011-SageWC-CM1 daemon.err monit[1000]: Filesystem '/mnt/kd' not mounted > Jul 17 13:15:12 3011-SageWC-CM1 daemon.err monit[1000]: 'kd' unable to read filesystem '/mnt/kd' state > Jul 17 13:15:12 3011-SageWC-CM1 daemon.info monit[1000]: 'kd' trying to restart > > But the system seems to be running fine. Is this a storage error but not bad enough to be causing a problem? > What should I do to troubleshoot? > > Thanks all. > > Regards > Michael Knill |