Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_open_port
1
2017-03-19
- Nagios 3.x
- Nagios 4.x
@chipongue04
GPL
11115
File | Description |
---|---|
check_open_port.py | check_open_port.py |
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!
Monitoring of ports of communication.
Port of communication is a number identifying the application to which the data of communication is destined. In this way, the data is sent directly to the corresponding application, identified by the port. For this reason, it becomes important to control the open ports, for being input and output ports in the system. Uncontrolled open ports can represent a window so that malicious users can access the system and extract what they are interested in.
This Nagios plugin monitors ports, and alerts about opening new port of communication. As arguments are passed the list of authorized ports, and the IP address of the machine to be monitored (local), returning the critical state if one or more open ports are found.
Mandatory arguments: The following arguments must be specified when the module is executed:
-H or – hostaddress used to specify the IP address to be scanned.
-p or – port used to specify ports authorized to be open.
Optional arguments: The following arguments are optionally invoked, as user needs:
-V or – version used to query the module version.
-A or – author used to query the author's data.
Command-Line Execution Example:
./check_open_port.py -H 192.168.2.35 -p 21,25,80
Port of communication is a number identifying the application to which the data of communication is destined. In this way, the data is sent directly to the corresponding application, identified by the port. For this reason, it becomes important to control the open ports, for being input and output ports in the system. Uncontrolled open ports can represent a window so that malicious users can access the system and extract what they are interested in.
This Nagios plugin monitors ports, and alerts about opening new port of communication. As arguments are passed the list of authorized ports, and the IP address of the machine to be monitored (local), returning the critical state if one or more open ports are found.
Mandatory arguments: The following arguments must be specified when the module is executed:
-H or – hostaddress used to specify the IP address to be scanned.
-p or – port used to specify ports authorized to be open.
Optional arguments: The following arguments are optionally invoked, as user needs:
-V or – version used to query the module version.
-A or – author used to query the author's data.
Command-Line Execution Example:
./check_open_port.py -H 192.168.2.35 -p 21,25,80
Reviews (1)
byMrZylinder, May 17, 2018
I can't get this plugin running. I always get "Error, unable to scan".
Does this plugin require additional software or something else that might be missing on my system? (CentOS 7)
Does this plugin require additional software or something else that might be missing on my system? (CentOS 7)