Use fqdn for collectd.
This commit is contained in:
parent
6a08d162ba
commit
6928ea27fc
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ import time
|
||||||
|
|
||||||
interval = 2
|
interval = 2
|
||||||
|
|
||||||
hostname = socket.gethostname().split('.')[0]
|
# Use FQDN
|
||||||
|
hostname = socket.gethostname()
|
||||||
|
|
||||||
queue = retask.queue.Queue('fedora-packages')
|
queue = retask.queue.Queue('fedora-packages')
|
||||||
queue.connect()
|
queue.connect()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue