OnlineCheckYourServer

OnlineCheckYourServer

Docker app from ich777's Repository

Overview

This is a simple container that will check if a domain name or IP address is pingable and send you a message with Pushover if it goes offline. You can install it on your machine to get notified with Pushover if a site goes down, or you can install it on a remote machine to ping your server and get a notification if it's not reachable.

Install OnlineCheckYourServer on Unraid in a few clicks.

Find OnlineCheckYourServer in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for OnlineCheckYourServer Review the template variables and paths Click Install

Download Statistics

49,136
Total Downloads
17
This Month
67
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
ghcr.io/ich777/online-check-pushover
Last Updated2025-12-11
First Seen2020-02-17

Runtime arguments

Network
bridge
Shell
bash
Privileged
false
Extra Params
--restart=unless-stopped

Template configuration

HostVariable

IP or Domainname to ping goes here.

Target
HOST
Value
google.com
Ping IntervalVariable

Interval in wich the Host is pinged (in seconds).

Target
PING_INTERVAL
Value
300
Ping TimeoutVariable

Time that the Host has to answer the ping request (in seconds).

Target
PING_TIMEOUT
Value
10
Retry after FailVariable

Time to wait to retry it after the ping fails (in seconds).

Target
PING_RETRY
Value
3600
Pushover APP TokenVariable

Pushover APP Token goes here.

Target
PUSHOVER_APP_TOKEN
Pushover User TokenVariable

Pushover User Token goes here.

Target
PUSHOVER_USER_TOKEN
Pushover Message TitleVariable

Customized Pushover Message Title here.

Target
PUSHOVER_TITLE
Value
Online Check
Pushover MessageVariable

Customized Pushover Message here.

Target
PUSHOVER_MESSAGE
Value
google.com is offline!
Pushover PriorityVariable

Customize the Pushover Priority ('-2': Lowest priority | '-1': Low Priority | '0': Normal Priority | '1': High Priority | '2': Emergency Priority - without quotes)

Target
PUSHOVER_PRIORITY
Value
0