You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output below shows applications master, pickup & qmgr these are all recognised as "Package: postfix". https://github.com/FrostyX/tracer/blob/master/tracer/resources/applications.py#L196 checks for a service file named my the app 'name'. If this fails we chould also check for a service named the same as the package. In this case /usr/lib/systemd/system/postfix.service
I guess we could also define them these in applications.xml but the above seems like a better solution to me?
[root@centos7-katello-client tracer]# tracer -ei
You should restart:
[1] NetworkManager
[2] goferd
[3] master
[4] pickup
[5] qmgr
[6] sshd
[7] tuned
Press application number for help or 'q' to quit
--> 3
* master
Package: postfix
Description: Postfix Mail Transport Agent
Type: Application
State: master has been started by root 1 hours ago. PID - 1258
--> 4
* pickup
Package: postfix
Description: Postfix Mail Transport Agent
Type: Application
State: pickup has been started by postfix 1 hours ago. PID - 1275
--> 5
* qmgr
Package: postfix
Description: Postfix Mail Transport Agent
Type: Application
State: qmgr has been started by postfix 1 hours ago. PID - 1276
The text was updated successfully, but these errors were encountered:
The output below shows applications master, pickup & qmgr these are all recognised as "Package: postfix". https://github.com/FrostyX/tracer/blob/master/tracer/resources/applications.py#L196 checks for a service file named my the app 'name'. If this fails we chould also check for a service named the same as the package. In this case
/usr/lib/systemd/system/postfix.service
I guess we could also define them these in
applications.xml
but the above seems like a better solution to me?The text was updated successfully, but these errors were encountered: