1
0
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:
Tuxis Internet Engineering V.O.F
2017-03-08 09:51:04 +01:00
committed by Neil Lathwood
parent 7f79fc4167
commit 61579bf0ac
2 changed files with 26 additions and 18 deletions

View File

@@ -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
View File

@@ -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