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
|
12
roles/base/templates/etc/systemd/system/check_mk@.service
Normal file
12
roles/base/templates/etc/systemd/system/check_mk@.service
Normal file
@ -0,0 +1,12 @@
|
||||
# systemd service definition file
|
||||
[Unit]
|
||||
Description=Check_MK
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/check_mk_agent
|
||||
KillMode=process
|
||||
|
||||
User=root
|
||||
Group=root
|
||||
|
||||
StandardInput=socket
|
Reference in New Issue
Block a user