Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Search Results
The search results below show both sub-categories and individual listings that match your search criteria.Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Submit Your Nagios Project!
Help build Nagios Exchange for yourself and the entire the Nagios Community by your Nagios project to the site. It's easy - just create an account, login, and add a new listing. Read the FAQ for instructions.- * TCP and UDP (Generic) (16 listings)
TcpConnCheck





Checks (via SNMP tcpConnTable) if a given machine has exactly tcp connections (in State 5 "connected") on a given port to a second machine
TCP/UDP Port Monitoring Wizard





This Nagios XI wizards allows you to monitor common and custom TCP/UDP ports on a device or server.
TCP traffic degradation detection from link utilization





This plugin estimates the TCP traffic performance degradation from coarse link utilization traces, such as those obtainable by SNMP.
snmp_ethernet_traffic





This will return the network tcp throughput via snmp ./network-throughput server snmp_community_string lo_In:459368179 lo_Out:459368179 eth0_In:840523177 eth0_Out:1893964244 eth1_In:443203265 bond0_In:1283726442 bond0_Out:1893964244 |lo_In=4593681 ...
Simple TCP Port ant Ping Check in PowerShell





This Script Will Test if TCP Port Connection is open and if it pings --EXAMPLE .check_testport.ps1 -Server SERVER-ADDRESS OK : PingReplyDetails: 32ms --EXAMPLE 1 .check_testport.ps1 -Server SERVER-ADDRESS FAIL: Ping Timeout -- EXAMPLE 2 .che ...
Network Queue





This check allows you to check for packet processing queues on TCP and UDP on unix based operation systems. It was developed and tested on RHEL/CentOS, but should be easily modifiable to be usable everywhere. UPDATED: Thanks to Hugo van der Kooij for p ...
netcat-port-check





Nagios telnet to a port check (Linux) ./telnet-check.sh localhost 80 Connection to localhost 80 port [tcp/http] succeeded!|time=0.011741s;;;0 ./telnet-check.sh localhost 22 Connection to localhost 22 port [tcp/ssh] succeeded!|time=0.012938s;;; ...
nagios_check_listening_port_linux





nagios_check_listening_port_linux is a plugin written to verify that a specified process name can be found listening on a specified TCP port.
Nagios remote external command daemon





This is a tcp server that runs on the main Nagios monitoring host. It allows a monitored client host to connect to it and issue a Nagios external command. If authenticated and authorized, the client host can execute the Nagios external command by having t ...
Monitoring multiple IPs for single port in single servi...





This plugin is simply designed to cater requirement of monitoring TCP connection to a Port binded to various IP addresses, These IP addresses can be on a single Machine or can be on multiple machines.
Exchange 2010 CAS





Exchange Client Access Checks for 2010 These use the inbuilt test functionality in Exchange through the Exchange Management Shell. These tests log in using the test cas users to the various servers and actually test functionality AND response. So it wi ...
Creating Custom TCP Monitors In Nagios





In this article you will learn how to create a custom checks in Nagios.
Count number of terminal server sessions





Simple bat file to query the number of active sessions on a Windows Terminal Server. CALLING SEQUENCE: command[nrpe_nt_check_users]=c:nrpe_ntpluginscheck_user_count.bat Counts the number of lines returned containing 'rdp-tcp#', which are active se ...
check_tping





check_tping is used to probe and determine host and network responsiveness by forming TCP connections. This is useful when ICMP may be blocked or treated with a lower priority, making it either entirely useless or untrustworthy as a measurement tool.
check_telnet.pl





Based on Eli Stair's 2006 check_telnet based on Net::Telnet. This version make the pattern matching more rigorous by examining ALL elements of the banner. Only if NONE of the elements match will the service check fail. Parameters: -H hos ...
check_teamspeak





This program checks your Teamspeak server. This program connects to the port on 51234 (tcp) and tests the virtual server with the indicated port. by Firdor
check_tcp_stat.sh





TCP status monitoring.
pnp4nagios:
https://github.com/June-Wang/NagiosPlugins/blob/master/check_tcp_stat.php
check_TCP_eway, check_egate_architecture





Check if TCP eWay is connected! Check if nessesary processes are runing; check if the controlbrokers of the schemas are running. Written in bash shell script, testet under SRE 5.0.5 The scripts are meerly templates, changes may be nessesary to fit ...
check_tcp_connections - with netstat and filtered by st...





A small plugin to check the number of tcp connections by state.