Added Telegram and Pushover to documentation

This commit is contained in:
Tim 2018-04-01 14:08:57 +02:00 committed by GitHub
parent 526c2523cb
commit a80452d916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ function psm_log_uptime($server_id, $status, $latency) {
* Parses a string from the language file with the correct variables replaced in the message
*
* @param boolean $status
* @param string $type is either 'sms' or 'email'
* @param string $type is either 'sms', 'email', 'pushover_title', 'pushover_message' or 'telegram_message'
* @param array $server information about the server which may be placed in a message: %KEY% will be replaced by your value
* @return string parsed message
*/