| Summary: | /etc/cron.hourly/miq_top_hourly calls /bin/miqtop which does not exist | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Chris Pelland <cpelland> |
| Component: | Appliance | Assignee: | Nick Carboni <ncarboni> |
| Status: | CLOSED ERRATA | QA Contact: | amogh <amavinag> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.4.0 | CC: | abellott, cpelland, dajohnso, jcutter, jhardy, jprause, jrafanie, mfeifer, ncarboni, obarenbo |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.5.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.5.3.2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1306385 | Environment: | |
| Last Closed: | 2016-04-13 18:43:22 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1306385, 1306433 | ||
| Bug Blocks: | |||
|
Comment 1
Nick Carboni
2016-02-10 21:51:15 UTC
Verified and service files are updated correctly in 5.5.3.2.20160318 [root@host-192-168-55-58 ~]# cat /usr/lib/systemd/system/miqvmstat.service [Unit] Description="vmstat(1) data collection" After=syslog.target [Service] ExecStart=/bin/sh -c "/bin/miqvmstat.sh" Type=forking Restart=on-failure [Install] WantedBy=multi-user.target [root@host-192-168-55-58 ~]# cat /usr/lib/systemd/system/miqtop.service [Unit] Description="top(1) data collection" After=syslog.target [Service] ExecStart=/bin/sh -c "/bin/miqtop.sh" Type=forking Restart=on-failure [Install] WantedBy=multi-user.target Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:0616 |