Test Port

The test port is currently under development and only available in the development code releases. And, all of this may change before it is released.

In order to check that Argus is properly running, you can enable the test server on a TCP port

	test_port:	3074

You should pick a port number over 1024 that is not currently in use on the server argus is running on.

You can then check on it by telneting to the test port:

	telnet argus.example.com 3074

	Connected to argus.example.com.
	Escape character is '^]'.
	Argus running
	Connection closed by foreign host.

Or, you can configure a 'Service' monitor on another Argus:

	Service TCP/Argus {
		hostname:	10.2.3.4
		port:		3074
	}