mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Use fqdn for collectd.
This commit is contained in:
@@ -5,7 +5,8 @@ import time
|
||||
|
||||
interval = 2
|
||||
|
||||
hostname = socket.gethostname().split('.')[0]
|
||||
# Use FQDN
|
||||
hostname = socket.gethostname()
|
||||
|
||||
queue = retask.queue.Queue('fedora-packages')
|
||||
queue.connect()
|
||||
|
||||
Reference in New Issue
Block a user