mirror of
				https://github.com/binwiederhier/ntfy.git
				synced 2025-10-31 04:52:23 +01:00 
			
		
		
		
	Merge pull request #1199 from quantum5/ntfy-run
docs: add quantum5/ntfy-run to integrations and examples
This commit is contained in:
		
						commit
						978ee81df3
					
				
					 2 changed files with 7 additions and 0 deletions
				
			
		|  | @ -31,6 +31,12 @@ GitHub have been hopeless. In case it ever becomes available, I want to know imm | |||
| */6 * * * * if curl -s https://api.github.com/users/ntfy | grep "Not Found"; then curl -d "github.com/ntfy is available" -H "Tags: tada" -H "Prio: high" ntfy.sh/my-alerts; fi | ||||
| ``` | ||||
| 
 | ||||
| You can also use [`ntfy-run`](https://github.com/quantum5/ntfy-run) to send the output of your cronjob in the | ||||
| notification, so that you know exactly why it failed: | ||||
| 
 | ||||
| ``` | ||||
| 0 0 * * * ntfy-run -n https://ntfy.sh/backups --success-priority low --failure-tags warning ~/backup-computer | ||||
| ``` | ||||
| 
 | ||||
| ## Low disk space alerts | ||||
| Here's a simple cronjob that I use to alert me when the disk space on the root disk is running low. It's simple, but  | ||||
|  |  | |||
|  | @ -152,6 +152,7 @@ I've added a ⭐ to projects or posts that have a significant following, or had | |||
| - [ntfy-java](https://github.com/MaheshBabu11/ntfy-java/) - A Java package to interact with a ntfy server (Java) | ||||
| - [container-update-check](https://github.com/stendler/container-update-check) - Scripts to check and notify if a podman or docker container image can be updated (Podman/Shell) | ||||
| - [ignition-combustion-template](https://github.com/stendler/ignition-combustion-template) - Templates and scripts to generate a configuration to automatically setup a system on first boot. Including systemd-ntfy-poweronoff (Shell) | ||||
| - [ntfy-run](https://github.com/quantum5/ntfy-run) - Tool to run a command, capture its output, and send it to ntfy (Rust) | ||||
| - [Clipboard IO](https://github.com/jim3692/clipboard-io) - End to end encrypted clipboard | ||||
| - [ntfy-me-mcp](https://github.com/gitmotion/ntfy-me-mcp) - An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents (supports secure token auth & more - use with npx or docker!) (Node/Typescript) | ||||
| - [InvaderInformant](https://github.com/patricksthannon/InvaderInformant) - Script for Mac OS systems that monitors new or dropped connections to your network using ntfy (Shell) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Philipp C. Heckel
						Philipp C. Heckel