Tendrl / monitoring-integration

Component that enables integration with external monitoring services.
GNU Lesser General Public License v2.1
4 stars 13 forks source link

RPM update returns service enable message #295

Open TimothyAsirJeyasing opened 7 years ago

TimothyAsirJeyasing commented 7 years ago

RPM update is successful. However it returns service enable message which needs to be truncated.

https://github.com/Tendrl/monitoring-integration/blob/master/tendrl-monitoring-integration.spec#L77 This will create a symbolic link from the system's copy of the service file (usually in /lib/systemd/system or /etc/systemd/system) into the location on disk where systemd looks for autostart files (usually /etc/systemd/system/some_target.target.wants.

This information message should be suppressed.

nthomas-redhat commented 6 years ago

@TimothyAsirJeyasing , what is the impact of this?