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
@@ -24,26 +24,27 @@
|
|||||||
|
|
||||||
service check_mk
|
service check_mk
|
||||||
{
|
{
|
||||||
type = UNLISTED
|
type = UNLISTED
|
||||||
port = 6556
|
port = 6556
|
||||||
socket_type = stream
|
socket_type = stream
|
||||||
protocol = tcp
|
protocol = tcp
|
||||||
wait = no
|
bind = ::
|
||||||
user = root
|
wait = no
|
||||||
server = /usr/bin/check_mk_agent
|
user = root
|
||||||
|
server = /usr/bin/check_mk_agent
|
||||||
|
|
||||||
# If you use fully redundant monitoring and poll the client
|
# If you use fully redundant monitoring and poll the client
|
||||||
# from more then one monitoring servers in parallel you might
|
# from more then one monitoring servers in parallel you might
|
||||||
# want to use the agent cache wrapper:
|
# want to use the agent cache wrapper:
|
||||||
#server = /usr/bin/check_mk_caching_agent
|
#server = /usr/bin/check_mk_caching_agent
|
||||||
|
|
||||||
# configure the IP address(es) of your Nagios server here:
|
# configure the IP address(es) of your Nagios server here:
|
||||||
#only_from = 127.0.0.1 10.0.20.1 10.0.20.2
|
#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
|
# Don't be too verbose. Don't log every check. This might be
|
||||||
# commented out for debugging. If this option is commented out
|
# commented out for debugging. If this option is commented out
|
||||||
# the default options will be used for this service.
|
# the default options will be used for this service.
|
||||||
log_on_success =
|
log_on_success =
|
||||||
|
|
||||||
disable = no
|
disable = no
|
||||||
}
|
}
|
||||||
|
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
|
librenms-agent (1.0.6) stable; urgency=low
|
||||||
|
|
||||||
- Fix a dirty hack to prevent failing of stats when the cluster is rebuilding
|
- Fix a dirty hack to prevent failing of stats when the cluster is rebuilding
|
||||||
|
Reference in New Issue
Block a user