Ticket #856 (closed defect: fixed)
mode=supervised service status changes not logged
Reported by: | Bruce Bush <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 1.1.2 Release (Bugfix) |
Component: | bcfg2-reports | Version: | 1.0 |
Keywords: | service | Cc: |
Description
When a service is set to 'mode=supervised' and the client changes the status of that service, the status change is not mentioned in the web report.
Example:
Before running bcfg2 client, I stopped rsyslogd on my test machine.
When the client is run in debug mode, the client makes the change:
/sbin/chkconfig --list rsyslog
< rsyslog 0:off 1:off 2:on 3:on 4:on 5:on 6:off
/sbin/service rsyslog status
< rsyslogd is stopped < rklogd is stopped
/sbin/service rsyslog start
< Starting system logger: [ OK ]M < Starting kernel logger: [ OK ]M
/sbin/service rsyslog status
< rsyslogd (pid 20509) is running... < rklogd (pid 20513) is running...
But the web report doesn't include any mention that the status was changed.
Thanks for your attention to this matter.
Attachments
Change History
comment:1 Changed 12 years ago by solj
- Milestone changed from Bcfg2 1.1.0 Release to Bcfg2 1.1.1 Release (Bugfix)
comment:2 Changed 12 years ago by solj
- Milestone changed from Bcfg2 1.1.1 Release (Bugfix) to Bcfg2 1.1.2 Release (Bugfix)
comment:3 Changed 12 years ago by desai
- Status changed from new to closed
- Resolution set to fixed
Resolved in [b29f693a88796fcd26d078ec72cf3a02603066f7]