mirror of https://github.com/statping/statping
typos
parent
2e5ca82f86
commit
19b89ebb51
|
@ -46,13 +46,13 @@ var command = &commandLine{¬ifier.Notification{
|
|||
Title: "Command to Run on OnSuccess",
|
||||
Placeholder: "curl google.com",
|
||||
DbField: "var1",
|
||||
SmallText: "This command will run everytime a service is receiving a Successful event.",
|
||||
SmallText: "This command will run every time a service is receiving a Successful event.",
|
||||
}, {
|
||||
Type: "text",
|
||||
Title: "Command to Run on OnFailure",
|
||||
Placeholder: "curl offline.com",
|
||||
DbField: "var2",
|
||||
SmallText: "This command will run everytime a service is receiving a Failing event.",
|
||||
SmallText: "This command will run every time a service is receiving a Failing event.",
|
||||
}}},
|
||||
}
|
||||
|
||||
|
|
|
@ -141,13 +141,13 @@ var emailer = &email{¬ifier.Notification{
|
|||
DbField: "Port",
|
||||
}, {
|
||||
Type: "text",
|
||||
Title: "Outgoing email Address",
|
||||
Placeholder: "Insert your Outgoing email Address",
|
||||
Title: "Outgoing Email Address",
|
||||
Placeholder: "outgoing@email.com",
|
||||
DbField: "Var1",
|
||||
}, {
|
||||
Type: "email",
|
||||
Title: "Send Alerts To",
|
||||
Placeholder: "email Address",
|
||||
Placeholder: "sendto@email.com",
|
||||
DbField: "Var2",
|
||||
}},
|
||||
}}
|
||||
|
|
|
@ -36,7 +36,7 @@ type lineNotifier struct {
|
|||
var lineNotify = &lineNotifier{¬ifier.Notification{
|
||||
Method: lineNotifyMethod,
|
||||
Title: "LINE Notify",
|
||||
Description: "LINE Notify will send notifications to your LINE Notify account when services are offline or online. Baed on the <a href=\"https://notify-bot.line.me/doc/en/\">LINE Notify API</a>.",
|
||||
Description: "LINE Notify will send notifications to your LINE Notify account when services are offline or online. Based on the <a href=\"https://notify-bot.line.me/doc/en/\">LINE Notify API</a>.",
|
||||
Author: "Kanin Peanviriyakulkit",
|
||||
AuthorUrl: "https://github.com/dogrocker",
|
||||
Icon: "far fa-bell",
|
||||
|
|
Loading…
Reference in New Issue