Browse Source

feat: add alert options to info_stats module

This commit adds new alert options to the info_stats module. The added options include discordalert, emailalert, gotifyalert, iftttalert, mailgunalert, pushbulletalert, pushoveralert, rocketchatalert, slackalert, and telegramalert. These options allow users to configure different types of alerts for their game server statistics.
pull/4295/head
Daniel Gibbs 2 years ago
parent
commit
5e96694740
  1. 10
      lgsm/modules/info_stats.sh

10
lgsm/modules/info_stats.sh

@ -84,6 +84,16 @@ curl -X POST "https://www.google-analytics.com/mp/collect?api_secret=A-OzP02TSMW
\"uuidinstance\": \"${uuidinstance}\",
\"version\": \"${version}\",
\"virtualenvironment\": \"${virtualenvironment}\"
\"discordalert\": \"${discordalert}\",
\"emailalert\": \"${emailalert}\",
\"gotifyalert\": \"${gotifyalert}\",
\"iftttalert\": \"${iftttalert}\",
\"mailgunalert\": \"${mailgunalert}\",
\"pushbulletalert\": \"${pushbulletalert}\",
\"pushoveralert\": \"${pushoveralert}\",
\"rocketchatalert\": \"${rocketchatalert}\",
\"slackalert\": \"${slackalert}\",
\"telegramalert\": \"${telegramalert}\"
}
}
]

Loading…
Cancel
Save