https://github.com/the-universal-linux-society/netping
Network ping script. requires user input, to check if a server or website is online, it can set up as a cron job and send you an alert email if it looses connection.
https://github.com/the-universal-linux-society/netping
alert bash bash-script linux network network-programming networking ping sysadmin
Last synced: about 2 months ago
JSON representation
Network ping script. requires user input, to check if a server or website is online, it can set up as a cron job and send you an alert email if it looses connection.
- Host: GitHub
- URL: https://github.com/the-universal-linux-society/netping
- Owner: the-universal-linux-society
- License: mit
- Created: 2024-03-27T21:36:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T22:07:14.000Z (about 2 years ago)
- Last Synced: 2025-03-24T12:15:05.266Z (over 1 year ago)
- Topics: alert, bash, bash-script, linux, network, network-programming, networking, ping, sysadmin
- Language: Shell
- Homepage: https://www.facebook.com/people/The-Universal-Linux-Society
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NETWORK PING
This bash script allows users to check the availability of a website or server by providing its URL.
In case of unavailability, the script sends an email notification to alert the user.
The script has been written to be easily configured into a cron job for automated periodic checks.

### Features:
> Simple user interface for entering website/server URL.
> Checks the availability of the specified URL using standard Linux networking utilities.
> Sends customizable email notifications when the webite/server is down.
> Option to set up for a cron job, if required.
> Lightweight & dependency-free.

### Usage:
1. Clone the repo to your system.
2. chmod +x netping.sh
3. ./netping.sh