https://github.com/michaelschoenburg/pushmon
PowerShell script that sends push notifications via Pushover for predefined monitoring methods.
https://github.com/michaelschoenburg/pushmon
powershell push-notifications
Last synced: 5 months ago
JSON representation
PowerShell script that sends push notifications via Pushover for predefined monitoring methods.
- Host: GitHub
- URL: https://github.com/michaelschoenburg/pushmon
- Owner: MichaelSchoenburg
- License: gpl-3.0
- Created: 2022-03-24T18:55:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T08:32:29.000Z (almost 4 years ago)
- Last Synced: 2025-02-05T10:31:00.404Z (about 1 year ago)
- Topics: powershell, push-notifications
- Language: PowerShell
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
   [](https://github.com/MichaelSchoenburg/PushMon/actions/workflows/powershell.yml)
# PushNotification
PowerShell script that sends push notifications via Pushover for predefined monitoring methods.
# Known Issues
1. Bypass Execution Policys like this: `PowerShell.exe -ExecutionPolicy Bypass -File "$($env:USERPROFILE)\Downloads\New-PushMon.ps1"`
2. The ASCII art in the code can cause an error under on computers. The error will say, there would be an unexpected "}" at line 277 position 5.
# Possible Shortcut
One could create a shortcut containing this command (if the script is placed in the current users downloads folder).
`PowerShell.exe -ExecutionPolicy Bypass -File "%userprofile%\Downloads\New-PushMon.ps1" -Method CursorAtPos -ApiToken IncertHere -UserKey IncertHere`