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

@@ -24,26 +24,27 @@
service check_mk
{
type = UNLISTED
port = 6556
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/check_mk_agent
type = UNLISTED
port = 6556
socket_type = stream
protocol = tcp
bind = ::
wait = no
user = root
server = /usr/bin/check_mk_agent
# If you use fully redundant monitoring and poll the client
# from more then one monitoring servers in parallel you might
# want to use the agent cache wrapper:
#server = /usr/bin/check_mk_caching_agent
# If you use fully redundant monitoring and poll the client
# from more then one monitoring servers in parallel you might
# want to use the agent cache wrapper:
#server = /usr/bin/check_mk_caching_agent
# configure the IP address(es) of your Nagios server here:
#only_from = 127.0.0.1 10.0.20.1 10.0.20.2
# configure the IP address(es) of your Nagios server here:
#only_from = 127.0.0.1 10.0.20.1 10.0.20.2
# Don't be too verbose. Don't log every check. This might be
# commented out for debugging. If this option is commented out
# the default options will be used for this service.
log_on_success =
# Don't be too verbose. Don't log every check. This might be
# commented out for debugging. If this option is commented out
# the default options will be used for this service.
log_on_success =
disable = no
disable = no
}

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