Initial commit of PVC Ansible role
This commit is contained in:
10
roles/base/templates/etc/systemd/system/check_mk.socket
Normal file
10
roles/base/templates/etc/systemd/system/check_mk.socket
Normal file
@ -0,0 +1,10 @@
|
||||
# systemd socket definition file
|
||||
[Unit]
|
||||
Description=Check_MK Agent Socket
|
||||
|
||||
[Socket]
|
||||
ListenStream=6556
|
||||
Accept=true
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
Reference in New Issue
Block a user