Public bug reported:

Description:    Ubuntu 14.04.3 LTS
Release:        14.04

xymon-client package version 4.3.7-1ubuntu2

The xymon-client package contains /etc/logrotate.d/xymon-client for
rotating xymon log files.  However, this file expects xymon log files to
be in /var/log/hobbit/*.log and to be able to run /etc/init.d/hobbit-
client rotate.

To fix this, edit this file thus:

#
#       Logrotate fragment for Xymon (client and server).
#
/var/log/xymon/*.log {
        weekly
        compress
        delaycompress
        rotate 5
        missingok
        nocreate
        sharedscripts
        postrotate
                /etc/init.d/xymon-client rotate
        endscript
}

** Affects: xymon (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1564845

Title:
  xymon-client logrotate fragment uses old hobbit path

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xymon/+bug/1564845/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to