From 12c8f0a9fbd325ae606c4a0bcaaa43ad79151313 Mon Sep 17 00:00:00 2001 From: ghbms Date: Thu, 30 Jul 2015 14:32:49 -0400 Subject: [PATCH 1/2] Update Agent-Setup.md --- doc/Extensions/Agent-Setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Extensions/Agent-Setup.md b/doc/Extensions/Agent-Setup.md index c6fcef313..b262397ee 100644 --- a/doc/Extensions/Agent-Setup.md +++ b/doc/Extensions/Agent-Setup.md @@ -3,6 +3,8 @@ Agent setup To gather data from remote systems you can use LibreNMS in combination with check_mk (included in the scripts directory). +Make sure that ixnetd is installed on the host you want to run the agent on. + The agent uses TCP-Port 6556, please allow access from the LibreNMS-Host and Poller-Nodes if you're using the Distributed Polling setup. On each of the hosts you would like to use the agent on then you need to do the following: From 1958ddb79584bc6e09a2fe11649b3682c1aa4964 Mon Sep 17 00:00:00 2001 From: ghbms Date: Thu, 30 Jul 2015 14:38:42 -0400 Subject: [PATCH 2/2] Update Agent-Setup.md --- doc/Extensions/Agent-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Extensions/Agent-Setup.md b/doc/Extensions/Agent-Setup.md index b262397ee..7ec1e8083 100644 --- a/doc/Extensions/Agent-Setup.md +++ b/doc/Extensions/Agent-Setup.md @@ -3,7 +3,7 @@ Agent setup To gather data from remote systems you can use LibreNMS in combination with check_mk (included in the scripts directory). -Make sure that ixnetd is installed on the host you want to run the agent on. +Make sure that xinetd is installed on the host you want to run the agent on. The agent uses TCP-Port 6556, please allow access from the LibreNMS-Host and Poller-Nodes if you're using the Distributed Polling setup.