An open API service indexing awesome lists of open source software.

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.

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.

![netping](https://github.com/the-universal-linux-society/netping/assets/161962528/e9a1edef-18f2-4e8e-82ea-9c7e69c3273d)

### 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.

![Screenshot from 2024-03-27 22-06-15](https://github.com/the-universal-linux-society/netping/assets/161962528/941c9664-78a7-4281-8122-38e23e9a9930)

### Usage:

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