Difference between revisions of "Pushover"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 7: | Line 7: | ||
* [[Zabbix]] | * [[Zabbix]] | ||
* [[Netdata]] | * [[Netdata]] | ||
+ | |||
+ | |||
+ | curl -s \ | ||
+ | --form-string "token=abc123" \ | ||
+ | --form-string "user=user123" \ | ||
+ | --form-string "message=hello world" \ | ||
+ | https://api.pushover.net/1/messages.json | ||
+ | |||
Revision as of 23:04, 7 October 2021
curl -s \ --form-string "token=abc123" \ --form-string "user=user123" \ --form-string "message=hello world" \ https://api.pushover.net/1/messages.json
Related terms
Advertising: