All Projects → genuinetools → upmail

genuinetools / upmail

Licence: MIT license
Email notification hook for https://github.com/sourcegraph/checkup.

Programming Languages

Makefile
30231 projects
go
31211 projects - #10 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to upmail

discord-uptime
Discord bot to monitor uptime of services using ping and http requests
Stars: ✭ 46 (-25.81%)
Mutual labels:  ping, uptime
netcheck
A shell script to check and log when your internet connection goes down.
Stars: ✭ 138 (+122.58%)
Mutual labels:  ping, uptime
uptime
GitHub Action to check the status of endpoints
Stars: ✭ 30 (-51.61%)
Mutual labels:  ping, uptime
uptime-bot
A Discord uptime bot which keeps repl.it links up forever!!
Stars: ✭ 14 (-77.42%)
Mutual labels:  ping, uptime
airgap
Offline LiveUSB to generate and manage secret keys for things such as gpg, certificates, and cryptocurrency
Stars: ✭ 92 (+48.39%)
Mutual labels:  certificates
ICMP-server
simple web app that use icmp protocol to check some devices if there are up or not
Stars: ✭ 16 (-74.19%)
Mutual labels:  ping
NodePingManage
可用于监控交换机/服务器/防火墙的存活状态的ping监控报警系统
Stars: ✭ 47 (-24.19%)
Mutual labels:  ping
cassler
🕷️ 🕷️ 🕷️ Validate SSL Certificates around web
Stars: ✭ 55 (-11.29%)
Mutual labels:  certificates
azure-iiot-opc-vault-service
Azure Industrial IoT OPC Vault Service
Stars: ✭ 15 (-75.81%)
Mutual labels:  certificates
tukey
Mini stats toolkit for Clojure/Script
Stars: ✭ 17 (-72.58%)
Mutual labels:  stats
StatusPage
UptimeRobot 状态页
Stars: ✭ 58 (-6.45%)
Mutual labels:  uptime
vcert
Go client SDK and command line utility designed to simplify integrations by automating key generation and certificate enrollment using Venafi machine identity services.
Stars: ✭ 69 (+11.29%)
Mutual labels:  certificates
pong
Basic uptime monitoring system, with email alerts and/or push notifications
Stars: ✭ 94 (+51.61%)
Mutual labels:  uptime
SecuritySample
(Android) Hide encrypted secret API keys in C/C++ code, retrieve and decrypt them via JNI. Google SafetyNet APIs example.
Stars: ✭ 49 (-20.97%)
Mutual labels:  certificates
copernicus
A windows tray application for the Pi-Hole advertising-aware DNS/web server
Stars: ✭ 64 (+3.23%)
Mutual labels:  stats
repoxplorer
RepoXplorer - Git stats explorer
Stars: ✭ 109 (+75.81%)
Mutual labels:  stats
build-stats
🏆 get the build stats for pipelines 🏆
Stars: ✭ 79 (+27.42%)
Mutual labels:  stats
exhale
A Pebble app for breathing, written in C.
Stars: ✭ 12 (-80.65%)
Mutual labels:  stats
pingo
Ping library for Golang with multi-host support
Stars: ✭ 36 (-41.94%)
Mutual labels:  ping
learn-ssl
A set of example programs that demonstrate various OpenSSL functions and enable "learning by doing".
Stars: ✭ 15 (-75.81%)
Mutual labels:  certificates

upmail

make-all make-image GoDoc Github All Releases

Provides email notifications for sourcegraph/checkup.

Table of Contents

Installation

Binaries

For installation instructions from binaries please visit the Releases Page.

Via Go

$ go get github.com/genuinetools/upmail

Usage

$ upmail -h
upmail -  Email notification hook for https://github.com/sourcegraph/checkup.

Usage: upmail <command>

Flags:

  --appengine       enable the server for running in Google App Engine (default: false)
  --password        SMTP server password (default: <none>)
  --recipient       recipient for email notifications (default: <none>)
  --mailgun-domain  Mailgun Domain to use for sending email (optional) (default: <none>)
  --sender          SMTP default sender email address for email notifications (default: <none>)
  --server          SMTP server for email notifications (default: <none>)
  --username        SMTP server username (default: <none>)
  --config          config file location (default: checkup.json)
  -d                enable debug logging (default: false)
  --interval        check interval (ex. 5ms, 10s, 1m, 3h) (default: 10m0s)
  --mailgun         Mailgun API Key to use for sending email (optional) (default: <none>)

Commands:

  version  Show the version information.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].