mirror of
https://github.com/librenms/librenms-agent.git
synced 2024-05-09 09:54:52 +00:00
Enable ipv6 in Xinetd (#100)
* Fix indenting and enable IPv6 in Xinetd * Fix changelog * Typo
This commit is contained in:
committed by
Neil Lathwood
parent
7f79fc4167
commit
61579bf0ac
@@ -28,6 +28,7 @@ service check_mk
|
||||
port = 6556
|
||||
socket_type = stream
|
||||
protocol = tcp
|
||||
bind = ::
|
||||
wait = no
|
||||
user = root
|
||||
server = /usr/bin/check_mk_agent
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
||||
librenms-agent (1.0.7) stable; urgency=low
|
||||
|
||||
- New upstream versions
|
||||
- Enable IPv6 for Xinetd
|
||||
|
||||
-- Mark Schouten <mark@tuxis.nl> Wed, 08 Mar 2017 00:36:00 +0200
|
||||
|
||||
librenms-agent (1.0.6) stable; urgency=low
|
||||
|
||||
- Fix a dirty hack to prevent failing of stats when the cluster is rebuilding
|
||||
|
Reference in New Issue
Block a user