health_alarm_notify.conf 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271
  1. # Configuration for alarm notifications
  2. #
  3. # This configuration is used by: alarm-notify.sh
  4. # changes take effect immediately (the next alarm will use them).
  5. #
  6. # alarm-notify.sh can send:
  7. # - e-mails (using the sendmail command),
  8. # - push notifications to your mobile phone (pushover.net),
  9. # - messages to your slack team (slack.com),
  10. # - messages to your alerta server (alerta.io),
  11. # - messages to your flock team (flock.com),
  12. # - messages to your discord guild (discord.com),
  13. # - messages to your telegram chat / group chat (telegram.org)
  14. # - sms messages to your cell phone or any sms enabled device (twilio.com)
  15. # - sms messages to your cell phone or any sms enabled device (messagebird.com)
  16. # - sms messages to your cell phone or any sms enabled device (smstools3)
  17. # - notifications to users on pagerduty.com
  18. # - push notifications to iOS devices (via prowlapp.com)
  19. # - notifications to Amazon SNS topics (aws.amazon.com)
  20. # - messages to your irc channel on your selected network
  21. # - messages to a local or remote syslog daemon
  22. # - message to Microsoft Teams (through webhook)
  23. # - message to Rocket.Chat (through webhook)
  24. # - push notifications to your mobile phone or desktop (ntfy.sh)
  25. #
  26. # The 'to' line given at netdata alarms defines a *role*, so that many
  27. # people can be notified for each role.
  28. #
  29. # This file is a BASH script itself.
  30. #
  31. #
  32. #------------------------------------------------------------------------------
  33. # proxy configuration
  34. #
  35. # If you need to send curl based notifications (pushover, pushbullet, slack, alerta,
  36. # flock, discord, telegram) via a proxy, set these to your proxy address:
  37. #export http_proxy="http://10.0.0.1:3128/"
  38. #export https_proxy="http://10.0.0.1:3128/"
  39. #------------------------------------------------------------------------------
  40. # notifications images
  41. #
  42. # Images in notifications need to be downloaded from an Internet facing site.
  43. # To allow notification providers fetch the icons/images, by default we set
  44. # the URL of the global public netdata registry.
  45. # If you have an Internet facing netdata (or you have copied the images/ folder
  46. # of netdata to your web server), set its URL here, to fetch the notification
  47. # images from it.
  48. #images_base_url="http://my.public.netdata.server:19999"
  49. #------------------------------------------------------------------------------
  50. # date handling
  51. #
  52. # You can configure netdata alerts to send dates in any format you want.
  53. # This uses standard `date` command format strings. See `man date` for
  54. # more info on what you can put in here. Note that this has to start with a '+', otherwise it won't work.
  55. #
  56. # For ISO 8601 dates, use '+%FT%T%z'
  57. # For RFC 5322 dates, use '+%a, %d %b %Y %H:%M:%S %z'
  58. # For RFC 3339 dates, use '+%F %T%:z'
  59. # For RFC 1123 dates, use '+%a, %d %b %Y %H:%M:%S %Z'
  60. # For RFC 1036 dates, use '+%A, %d-%b-%y %H:%M:%S %Z'
  61. # For a reasonably local date and time (in that order), use '+%x %X'
  62. # For the old default behavior (compatible with ANSI C's asctime() function), leave this empty.
  63. date_format=''
  64. #------------------------------------------------------------------------------
  65. # hostname handling
  66. #
  67. # By default, Netdata will use the simple hostname for the system (the
  68. # hostname with everything after the first `.` removed) when displaying
  69. # the hostname in alert notifications. If you prefer, you can uncomment
  70. # the line below to have Netdata instead use the host's fully qualified
  71. # domain name.
  72. #
  73. # This does not report correct FQDN's for child systems for which this
  74. # system is a parent.
  75. #
  76. # Additionally, if the system host name is overridden in /etc/netdata.conf
  77. # with the `hostname` option, that name will be used unconditionally
  78. # instead of this.
  79. #use_fqdn='YES'
  80. #------------------------------------------------------------------------------
  81. # external commands
  82. # The full path to the sendmail command.
  83. # If empty, the system $PATH will be searched for it.
  84. # If not found, email notifications will be disabled (silently).
  85. sendmail=""
  86. # The full path of the curl command.
  87. # If empty, the system $PATH will be searched for it.
  88. # If not found, most notifications will be silently disabled.
  89. curl=""
  90. # The full path of the nc command.
  91. # If empty, the system $PATH will be searched for it.
  92. # If not found, irc notifications will be silently disabled.
  93. nc=""
  94. # The full path of the logger command.
  95. # If empty, the system $PATH will be searched for it.
  96. # If not found, syslog notifications will be silently disabled.
  97. logger=""
  98. # The full path of the aws command.
  99. # If empty, the system $PATH will be searched for it.
  100. # If not found, Amazon SNS notifications will be silently disabled.
  101. aws=""
  102. # The full path of the sendsms command (smstools3).
  103. # If empty, the system $PATH will be searched for it.
  104. # If not found, SMS notifications will be silently disabled.
  105. sendsms=""
  106. #------------------------------------------------------------------------------
  107. # extra options for external commands
  108. #
  109. # In some cases, you may need to change what options get passed to an
  110. # external command. Such cases are covered here.
  111. # Extra options to pass to curl. In most cases, you shouldn't need to add anything
  112. # to this. If you're having issues with HTTPS connections, you might try adding
  113. # '--insecure' here, but be warned that it will make it much easier for
  114. # third-parties to block notification delivery, and may allow disclosure
  115. # of potentially sensitive information.
  116. #curl_options="--insecure"
  117. # Extra options to pass to logger. You shouldn't have to specify anything
  118. # here in most cases.
  119. #logger_options=""
  120. #------------------------------------------------------------------------------
  121. # extra options
  122. # By default don't do anything if this is CLEAR, but it was not WARNING or CRITICAL.
  123. # You can send it always if your system makes deduplication for alarms.
  124. #clear_alarm_always='YES'
  125. #
  126. #------------------------------------------------------------------------------
  127. # NOTE ABOUT RECIPIENTS
  128. #
  129. # When you define recipients (all types):
  130. #
  131. # - emails addresses
  132. # - pushover user tokens
  133. # - telegram chat ids
  134. # - slack channels
  135. # - alerta environment
  136. # - flock rooms
  137. # - discord channels
  138. # - hipchat rooms
  139. # - sms phone numbers
  140. # - pagerduty.com (pd) services
  141. # - irc channels
  142. #
  143. # You can append modifiers to limit the notifications to be sent:
  144. # |critical - Send critical notifications and following status changes until
  145. # the alarm is cleared.
  146. # |nowarn - Do not send warning notifications.
  147. # |noclear - Do not send clear notifications.
  148. #
  149. # In these examples, the first recipient receives all the alarms
  150. # while the second one receives only notifications for alarms that
  151. # have at some point become critical. The second user may still receive
  152. # warning and clear notifications, but only for the event that previously
  153. # caused a critical alarm.
  154. #
  155. # email : "user1@example.com user2@example.com|critical"
  156. # pushover : "2987343...9437837 8756278...2362736|critical"
  157. # telegram : "111827421 112746832|critical"
  158. # slack : "alarms disasters|critical"
  159. # alerta : "alarms disasters|critical"
  160. # flock : "alarms disasters|critical"
  161. # discord : "alarms disasters|critical"
  162. # twilio : "+15555555555 +17777777777|critical"
  163. # messagebird: "+15555555555 +17777777777|critical"
  164. # kavenegar : "09155555555 09177777777|critical"
  165. # pd : "<pd_service_key_1> <pd_service_key_2>|critical"
  166. # irc : "<irc_channel_1> <irc_channel_2>|critical"
  167. #
  168. # You can append multiple modifiers. In this example, recipient receives
  169. # notifications for critical alarms and following status changes except clear
  170. # notifications.
  171. # email : "user1@example.com|critical|noclear"
  172. #
  173. # If a recipient is set to empty string, the default recipient of the given
  174. # notification method (email, pushover, telegram, slack, alerta, etc) will be used.
  175. # To disable a notification, use the recipient called: disabled
  176. # This works for all notification methods (including the default recipients).
  177. #------------------------------------------------------------------------------
  178. # email global notification options
  179. # multiple recipients can be given like this:
  180. # "admin1@example.com admin2@example.com ..."
  181. # the email address sending email notifications
  182. # the default is the system user netdata runs as (usually: netdata)
  183. # The following formats are supported:
  184. # EMAIL_SENDER="user@domain"
  185. # EMAIL_SENDER="User Name <user@domain>"
  186. # EMAIL_SENDER="'User Name' <user@domain>"
  187. # EMAIL_SENDER="\"User Name\" <user@domain>"
  188. EMAIL_SENDER=""
  189. # enable/disable sending emails, set this YES, or NO, AUTO to enable/disable based on sendmail availability
  190. SEND_EMAIL="AUTO"
  191. # if a role recipient is not configured, an email will be send to:
  192. DEFAULT_RECIPIENT_EMAIL="root"
  193. # to receive only critical alarms, set it to "root|critical"
  194. # Optionally specify the encoding to list in the Content-Type header.
  195. # This doesn't change what encoding the e-mail is sent with, just what
  196. # the headers say it was encoded as.
  197. # This shouldn't need to be changed as it will almost always be
  198. # autodetected from the environment.
  199. #EMAIL_CHARSET="UTF-8"
  200. # You can also have netdata add headers to the message that will
  201. # cause most e-mail clients to treat all notifications for a given
  202. # chart+alarm+host combination as a single thread. This can help
  203. # simplify tracking of alarms, as it provides an easy way for scripts
  204. # to correlate messages and also will cause most clients to group all the
  205. # messages together. This is enabled by default, uncomment the line
  206. # below if you want to disable it.
  207. #EMAIL_THREADING="NO"
  208. # By default, netdata sends HTML and Plain Text emails, some clients
  209. # do not parse HTML emails such as command line clients.
  210. # To make emails readable in these clients, you can configure netdata
  211. # to not send HTML but Plain Text only emails.
  212. #EMAIL_PLAINTEXT_ONLY="YES"
  213. #------------------------------------------------------------------------------
  214. # Dynatrace global notification options
  215. #------------------------------------------------------------------------------
  216. # enable/disable sending Dynatrace notifications
  217. SEND_DYNATRACE="YES"
  218. # The Dynatrace server with protocol prefix (http:// or https://), example https://monitor.illumineit.com
  219. # Required
  220. DYNATRACE_SERVER=""
  221. # Generate a Dynatrace API authentication token
  222. # Read https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-api/basics/dynatrace-api-authentication/
  223. # On Dynatrace server goto Settings --> Integration --> Dynatrace API --> Generate token
  224. # Required
  225. DYNATRACE_TOKEN=""
  226. # Beware: Space is taken from dynatrace URL from browser when you create the TOKEN
  227. # Required
  228. DYNATRACE_SPACE=""
  229. # Generate a Server Tag. On the Dynatrace Server go to Settings --> Tags --> Manually applied tags create the Tag
  230. # The Netdata alarm will be sent as a Dynatrace Event to be correlated with all those hosts tagged with this Tag
  231. # you created.
  232. # Required
  233. DYNATRACE_TAG_VALUE=""
  234. # Change this to what you want
  235. DYNATRACE_ANNOTATION_TYPE="Netdata Alarm"
  236. # This can be CUSTOM_INFO, CUSTOM_ANNOTATION, CUSTOM_CONFIGURATION, CUSTOM_DEPLOYMENT
  237. # Applying default value
  238. # Required
  239. DYNATRACE_EVENT="CUSTOM_INFO"
  240. DEFAULT_RECIPIENT_DYNATRACE=""
  241. #------------------------------------------------------------------------------
  242. # gotify global notification options
  243. SEND_GOTIFY="YES"
  244. # App token and url
  245. GOTIFY_APP_TOKEN=""
  246. GOTIFY_APP_URL=""
  247. DEFAULT_RECIPIENT_GOTIFY=""
  248. #------------------------------------------------------------------------------
  249. # opsgenie global notification options
  250. SEND_OPSGENIE="YES"
  251. # Api key
  252. OPSGENIE_API_KEY=""
  253. OPSGENIE_API_URL=""
  254. DEFAULT_RECIPIENT_OPSGENIE=""
  255. #------------------------------------------------------------------------------
  256. # pushover (pushover.net) global notification options
  257. # multiple recipients can be given like this:
  258. # "USERTOKEN1 USERTOKEN2 ..."
  259. # enable/disable sending pushover notifications
  260. SEND_PUSHOVER="YES"
  261. # Login to pushover.net to get your pushover app token.
  262. # You need only one for all your netdata servers (or you can have one for
  263. # each of your netdata - your call).
  264. # Without an app token, netdata cannot send pushover notifications.
  265. PUSHOVER_APP_TOKEN=""
  266. # if a role's recipients are not configured, a notification will be send to
  267. # this pushover user token (empty = do not send a notification for unconfigured
  268. # roles):
  269. DEFAULT_RECIPIENT_PUSHOVER=""
  270. #------------------------------------------------------------------------------
  271. # pushbullet (pushbullet.com) push notification options
  272. # multiple recipients can be given like this:
  273. # "user1@email.com user2@mail.com"
  274. # enable/disable sending pushbullet notifications
  275. SEND_PUSHBULLET="YES"
  276. # Signup and Login to pushbullet.com
  277. # To get your Access Token, go to https://www.pushbullet.com/#settings/account
  278. # Create a new access token and paste it below.
  279. # Then just set the recipients' emails.
  280. # Please note that the if the email in the DEFAULT_RECIPIENT_PUSHBULLET does
  281. # not have a pushbullet account, the pushbullet service will send an email
  282. # to that address instead.
  283. # Without an access token, netdata cannot send pushbullet notifications.
  284. PUSHBULLET_ACCESS_TOKEN=""
  285. DEFAULT_RECIPIENT_PUSHBULLET=""
  286. # Device iden of the sending device. Optional.
  287. PUSHBULLET_SOURCE_DEVICE=""
  288. #------------------------------------------------------------------------------
  289. # Twilio (twilio.com) SMS options
  290. # multiple recipients can be given like this:
  291. # "+15555555555 +17777777777"
  292. # enable/disable sending twilio SMS
  293. SEND_TWILIO="YES"
  294. # Signup for free trial and select a SMS capable Twilio Number
  295. # To get your Account SID and Token, go to https://www.twilio.com/console
  296. # Place your sid, token and number below.
  297. # Then just set the recipients' phone numbers.
  298. # The trial account is only allowed to use the number specified when set up.
  299. # Without an account sid and token, netdata cannot send Twilio text messages.
  300. TWILIO_ACCOUNT_SID=""
  301. TWILIO_ACCOUNT_TOKEN=""
  302. TWILIO_NUMBER=""
  303. DEFAULT_RECIPIENT_TWILIO=""
  304. #------------------------------------------------------------------------------
  305. # Messagebird (messagebird.com) SMS options
  306. # multiple recipients can be given like this:
  307. # "+15555555555 +17777777777"
  308. # enable/disable sending messagebird SMS
  309. SEND_MESSAGEBIRD="YES"
  310. # to get an access key, create a free account at https://www.messagebird.com
  311. # verify and activate the account (no CC info needed)
  312. # login to your account and enter your phonenumber to get some free credits
  313. # to get the API key, click on 'API' in the sidebar, then 'API Access (REST)'
  314. # click 'Add access key' and fill in data (you want a live key to send SMS)
  315. # Without an access key, netdata cannot send Messagebird text messages.
  316. MESSAGEBIRD_ACCESS_KEY=""
  317. MESSAGEBIRD_NUMBER=""
  318. DEFAULT_RECIPIENT_MESSAGEBIRD=""
  319. #------------------------------------------------------------------------------
  320. # Kavenegar (Kavenegar.com) SMS options
  321. # multiple recipients can be given like this:
  322. # "09155555555 09177777777"
  323. # enable/disable sending kavenegar SMS
  324. SEND_KAVENEGAR="YES"
  325. # to get an access key, after selecting and purchasing your desired service
  326. # at http://kavenegar.com/pricing.html
  327. # login to your account, go to your dashboard and my account are
  328. # https://panel.kavenegar.com/Client/setting/account from API Key
  329. # copy your api key. You can generate new API Key too.
  330. # You can find and select kevenegar sender number from this place.
  331. # Without an API key, netdata cannot send KAVENEGAR text messages.
  332. KAVENEGAR_API_KEY=""
  333. KAVENEGAR_SENDER=""
  334. DEFAULT_RECIPIENT_KAVENEGAR=""
  335. #------------------------------------------------------------------------------
  336. # telegram (telegram.org) global notification options
  337. # multiple recipients can be given like this:
  338. # "CHAT_ID_1 CHAT_ID_2 ..."
  339. # enable/disable sending telegram messages
  340. SEND_TELEGRAM="YES"
  341. # Contact the bot @BotFather to create a new bot and receive a bot token.
  342. # Without it, netdata cannot send telegram messages.
  343. TELEGRAM_BOT_TOKEN=""
  344. # If an API limit error is returned on sending a message, Netdata will retry this number of times before giving up.
  345. # Setting the number to 0 makes Netdata do no retries (which is the default).
  346. # See https://core.telegram.org/bots/faq#my-bot-is-hitting-limits-how-do-i-avoid-this
  347. TELEGRAM_RETRIES_ON_LIMIT="0"
  348. # To get your chat ID send the command /getid to telegram bot @myidbot
  349. # (https://t.me/myidbot). Each user also needs to open a conversation with the
  350. # bot that will be sending notifications.
  351. # If a role's recipients are not configured, a message will be sent to
  352. # this chat id (empty = do not send a notification for unconfigured roles):
  353. DEFAULT_RECIPIENT_TELEGRAM=""
  354. #------------------------------------------------------------------------------
  355. # slack (slack.com) global notification options
  356. # multiple recipients can be given like this:
  357. # "RECIPIENT1 RECIPIENT2 ..."
  358. # enable/disable sending slack notifications
  359. SEND_SLACK="YES"
  360. # Login to your slack.com workspace and create an incoming webhook, using the "Incoming Webhooks" App: https://slack.com/apps/A0F7XDUAZ-incoming-webhooks
  361. # Do not use the instructions in https://api.slack.com/incoming-webhooks#enable_webhooks, as those webhooks work only for a single channel.
  362. # You need only one for all your netdata servers (or you can have one for each of your netdata).
  363. # Without the app and a webhook, netdata cannot send slack notifications.
  364. SLACK_WEBHOOK_URL=""
  365. # if a role's recipients are not configured, a notification will be send to:
  366. # - A slack channel (syntax: '#channel' or 'channel')
  367. # - A slack user (syntax: '@user')
  368. # - The channel or user defined in slack for the webhook (syntax: '#')
  369. # empty = do not send a notification for unconfigured roles
  370. DEFAULT_RECIPIENT_SLACK=""
  371. #------------------------------------------------------------------------------
  372. # Microsoft Teams (office.com) global notification options
  373. # More details are available here regarding the payload syntax options:
  374. # https://docs.microsoft.com/en-us/outlook/actionable-messages/message-card-reference
  375. # Online designer : https://adaptivecards.io/designer/
  376. # multiple recipients can be given like this:
  377. # "CHANNEL1 CHANNEL2 ..."
  378. # enable/disable sending teams notifications
  379. SEND_MSTEAMS="YES"
  380. # In Microsoft Teams the channel name is encoded in the URI after
  381. # .../IncomingWebhook/...
  382. # You have to replace the encoded channel name by the placeholder `CHANNEL`
  383. # in `MSTEAMS_WEBHOOK_URL`. The placeholder `CHANNEL` will be replaced by the
  384. # actual encoded channel name before sending the notification.
  385. MSTEAMS_WEBHOOK_URL=""
  386. # if a role's recipients are not configured, a notification will be send to
  387. # this Teams channel (empty = do not send a notification for unconfigured
  388. # roles):
  389. # Put the different encoded channel names here like : "CHANNEL1 CHANNEL2 ..."
  390. # AT LEAST ONE CHANNEL IS MANDATORY
  391. DEFAULT_RECIPIENT_MSTEAMS=""
  392. # Define the default color scheme for alert to MS Teams - icon and color
  393. # Icons - go to https://emojipedia.org/bomb/
  394. MSTEAMS_ICON_DEFAULT="♡"
  395. MSTEAMS_ICON_CLEAR="💚"
  396. MSTEAMS_ICON_WARNING="⚠️"
  397. MSTEAMS_ICON_CRITICAL="🔥"
  398. # Colors
  399. MSTEAMS_COLOR_DEFAULT="0076D7"
  400. MSTEAMS_COLOR_CLEAR="65A677"
  401. MSTEAMS_COLOR_WARNING="FFA500"
  402. MSTEAMS_COLOR_CRITICAL="D93F3C"
  403. #------------------------------------------------------------------------------
  404. # rocketchat (rocket.chat) global notification options
  405. # multiple recipients can be given like this:
  406. # "CHANNEL1 CHANNEL2 ..."
  407. # enable/disable sending rocketchat notifications
  408. SEND_ROCKETCHAT="YES"
  409. # Login to rocket.chat and create an incoming webhook. You need only one for all
  410. # your netdata servers (or you can have one for each of your netdata).
  411. # Without it, netdata cannot send rocketchat notifications.
  412. ROCKETCHAT_WEBHOOK_URL=""
  413. # if a role's recipients are not configured, a notification will be send to
  414. # this rocketchat channel (empty = do not send a notification for unconfigured
  415. # roles):
  416. DEFAULT_RECIPIENT_ROCKETCHAT=""
  417. #------------------------------------------------------------------------------
  418. # alerta (alerta.io) global notification options
  419. # multiple recipients (Environments) can be given like this:
  420. # "Production Development ..."
  421. # enable/disable sending alerta notifications
  422. SEND_ALERTA="YES"
  423. # here set your alerta server API url
  424. # this is the API url you defined when installed Alerta server,
  425. # it is the same for all users. Do not include last slash.
  426. # ALERTA_WEBHOOK_URL="https://<server>/alerta/api"
  427. ALERTA_WEBHOOK_URL=""
  428. # Login with an administrative user to you Alerta server and create an API KEY
  429. # with write permissions.
  430. ALERTA_API_KEY=""
  431. # you can define environments in /etc/alertad.conf option ALLOWED_ENVIRONMENTS
  432. # standard environments are Production and Development
  433. # if a role's recipients are not configured, a notification will be send to
  434. # this Environment (empty = do not send a notification for unconfigured roles):
  435. DEFAULT_RECIPIENT_ALERTA=""
  436. #------------------------------------------------------------------------------
  437. # flock (flock.com) global notification options
  438. # enable/disable sending flock notifications
  439. SEND_FLOCK="YES"
  440. # Login to flock.com and create an incoming webhook. You need only one for all
  441. # your netdata servers (or you can have one for each of your netdata).
  442. # Without it, netdata cannot send flock notifications.
  443. FLOCK_WEBHOOK_URL=""
  444. # if a role recipient is not configured, no notification will be sent
  445. DEFAULT_RECIPIENT_FLOCK=""
  446. #------------------------------------------------------------------------------
  447. # discord (discord.com) global notification options
  448. # multiple recipients can be given like this:
  449. # "CHANNEL1 CHANNEL2 ..."
  450. # enable/disable sending discord notifications
  451. SEND_DISCORD="YES"
  452. # Create a webhook by following the official documentation -
  453. # https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks
  454. DISCORD_WEBHOOK_URL=""
  455. # if a role's recipients are not configured, a notification will be send to
  456. # this discord channel (empty = do not send a notification for unconfigured
  457. # roles):
  458. DEFAULT_RECIPIENT_DISCORD=""
  459. #------------------------------------------------------------------------------
  460. # hipchat global notification options
  461. # multiple recipients can be given like this:
  462. # "ROOM1 ROOM2 ..."
  463. # enable/disable sending hipchat notifications
  464. SEND_HIPCHAT="YES"
  465. # define hipchat server
  466. HIPCHAT_SERVER="api.hipchat.com"
  467. # api.hipchat.com authorization token
  468. # Without this, netdata cannot send hipchat notifications.
  469. HIPCHAT_AUTH_TOKEN=""
  470. # if a role's recipients are not configured, a notification will be send to
  471. # this hipchat room (empty = do not send a notification for unconfigured
  472. # roles):
  473. DEFAULT_RECIPIENT_HIPCHAT=""
  474. #------------------------------------------------------------------------------
  475. # kafka notification options
  476. # enable/disable sending kafka notifications
  477. SEND_KAFKA="YES"
  478. # The URL to POST kafka alarm data to. It should be the full URL.
  479. KAFKA_URL=""
  480. # The IP to be used in the kafka message as the sender.
  481. KAFKA_SENDER_IP=""
  482. #------------------------------------------------------------------------------
  483. # pagerduty.com notification options
  484. #
  485. # pagerduty.com notifications require a "Generic API" (Events v1)
  486. # pagerduty service.
  487. # https://support.pagerduty.com/docs/services-and-integrations
  488. # multiple recipients can be given like this:
  489. # "<pd_service_key_1> <pd_service_key_2> ..."
  490. # enable/disable sending pagerduty notifications
  491. SEND_PD="YES"
  492. # if a role's recipients are not configured, a notification will be sent to
  493. # the "General API" pagerduty.com service that uses this service key.
  494. # (empty = do not send a notification for unconfigured roles):
  495. DEFAULT_RECIPIENT_PD=""
  496. # Which PD API are we going to use? For version 2 or newer, it is necessary to do a request for Pagerduty
  497. # before to set the version(https://developer.pagerduty.com/docs/events-api-v2/overview/).
  498. USE_PD_VERSION="1"
  499. #------------------------------------------------------------------------------
  500. # fleep notification options
  501. #
  502. # To send fleep.io notifications, you will need a webhook for the
  503. # conversation you want to send to.
  504. # Fleep recipients are specified as the last part of the webhook URL.
  505. # So, for a webhook URL of: https://fleep.io/hook/IJONmBuuSlWlkb_ttqyXJg, the
  506. # recipient name would be: 'IJONmBuuSlWlkb_ttqyXJg'.
  507. # enable/disable sending fleep notifications
  508. SEND_FLEEP="YES"
  509. # if a role's recipients are not configured, a notification will not be sent.
  510. # (empty = do not send a notification for unconfigured roles):
  511. DEFAULT_RECIPIENT_FLEEP=""
  512. # The user name to label the messages with. If this is unset,
  513. # the hostname of the system the notification is for will be used.
  514. FLEEP_SENDER=""
  515. #------------------------------------------------------------------------------
  516. # irc notification options
  517. #
  518. # irc notifications require only the nc utility to be installed.
  519. # multiple recipients can be given like this:
  520. # "<irc_channel_1> <irc_channel_2> ..."
  521. # enable/disable sending irc notifications
  522. SEND_IRC="YES"
  523. # if a role's recipients are not configured, a notification will not be sent.
  524. # (empty = do not send a notification for unconfigured roles):
  525. DEFAULT_RECIPIENT_IRC=""
  526. # The irc network to which the recipients belong. It must be the full network.
  527. # e.g. "irc.freenode.net"
  528. IRC_NETWORK=""
  529. # The irc port to which a connection will occur.
  530. # e.g. 6667 (the default one), 6697 (a TLS/SSL one)
  531. IRC_PORT=6667
  532. # The irc nickname which is required to send the notification. It must not be
  533. # an already registered name as the connection's MODE is defined as a 'guest'.
  534. IRC_NICKNAME=""
  535. # The irc realname which is required in order to make the connection and is an
  536. # extra identifier.
  537. IRC_REALNAME=""
  538. #------------------------------------------------------------------------------
  539. # syslog notifications
  540. #
  541. # syslog notifications only need you to have a working logger command, which
  542. # should be the case on pretty much any Linux system.
  543. # enable/disable sending syslog notifications
  544. # NOTE: make sure you have everything else configured the way you want
  545. # it _before_ turning this on.
  546. SEND_SYSLOG="NO"
  547. # A note on log levels and facilities:
  548. #
  549. # The traditional UNIX syslog mechanism has the concept of both log
  550. # levels and facilities. A log level indicates the relative severity of
  551. # the message, while a facility specifies a generic source for the message
  552. # (for example, the `mail` facility is where sendmail and postfix log
  553. # their messages). All major syslog daemons have the ability to filter
  554. # messages based on both log level and facility, and can often also make
  555. # routing decisions for messages based on both factors.
  556. #
  557. # On Linux, the eight log levels in decreasing order of severity are:
  558. # emerg, alert, crit, err, warning, notice, info, debug
  559. #
  560. # By default, warnings will be logged at the warning level, critical
  561. # alerts at the crit level, and clear notifications at the invo level.
  562. #
  563. # And the 19 facilities you can log to are:
  564. # auth, authpriv, cron, daemon, ftp, lpr, mail, news, syslog, user,
  565. # uucp, local0, local1, local2, local3, local4, local5, local6, and local7
  566. #
  567. # By default, netdata alerts will be logged to the local6 facility.
  568. #
  569. # Depending on your distribution, this means that either all your
  570. # netdata alerts will by default end up in the main system log (usually
  571. # /var/log/messages), or they won't be logged to a file at all.
  572. # Neither of these are likely to be what you actually want, but any
  573. # configuration to change that needs to happen in the syslog daemon
  574. # configuration, not here.
  575. # This controls which facility is used by default for logging. Defaults
  576. # to local6.
  577. SYSLOG_FACILITY=''
  578. # If a role's recipients are not configured, use the following.
  579. # (empty = do not send a notification for unconfigured roles)
  580. #
  581. # The recipient format for syslog uses the following format:
  582. # [[facility.level][@host[:port]]/]prefix
  583. #
  584. # `prefix` gets appended to the front of all log messages generated for
  585. # that recipient. The prefix is mandatory.
  586. # 'host' and 'port' can be used to specify a remote syslog server to
  587. # send messages to. Leave these out if you want messages to be delivered
  588. # locally. 'host' can be either a hostname or an IP address.
  589. # IPv6 addresses must have square around them.
  590. # 'facility' and 'level' are used to override the default logging facility
  591. # set above and the log level. If one is specified, both must be present.
  592. #
  593. # For example, to send messages with a 'netdata' prefix to a syslog
  594. # daemon listening on port 514 on 'loghost' using the daemon facility and
  595. # notice log level:
  596. # DEFAULT_RECIPIENT_SYSLOG='daemon.notice@loghost:514/netdata'
  597. #
  598. DEFAULT_RECIPIENT_SYSLOG="netdata"
  599. #------------------------------------------------------------------------------
  600. # iOS Push Notifications
  601. # enable/disable sending iOS push notifications
  602. SEND_PROWL="YES"
  603. # If a role's recipients are not configured, use the following,
  604. # (empty = do not send a notification for unconfigured roles)
  605. #
  606. # Recipients for iOS push notifications are Prowl API keys.
  607. #
  608. # A recipient may also consist of multiple Prowl API keys separated by
  609. # commas, in which case notifications will be simultaneously sent for all
  610. # of those API keys.
  611. DEFAULT_RECIPIENT_PROWL=""
  612. #------------------------------------------------------------------------------
  613. # Amazon SNS notifications
  614. #
  615. # This method requires potentially complex manual configuration. See the
  616. # netdata wiki for information on what is needed.
  617. # enable/disable sending Amazon SNS notifications
  618. SEND_AWSSNS="YES"
  619. # Specify a template for the Amazon SNS notifications. This supports
  620. # the same set of variables that are usable in the `custom_sender()`
  621. # function in the custom notification configuration below.
  622. #
  623. AWSSNS_MESSAGE_FORMAT="${status} on ${host} at ${date}: ${chart} ${value_string}"
  624. # If a role's recipients are not configured, use the following.
  625. # (empty = do not send a notification for unconfigured roles)
  626. #
  627. # Recipients for AWS SNS notifications are specified as topic ARN's.
  628. #
  629. DEFAULT_RECIPIENT_AWSSNS=""
  630. #------------------------------------------------------------------------------
  631. # SMS Server Tools 3 (smstools3) global notification options
  632. # enable/disable sending SMS Server Tools 3 SMS notifications
  633. SEND_SMS="YES"
  634. # if a role's recipients are not configured, a notification will be sent to
  635. # this SMS channel (empty = do not send a notification for unconfigured
  636. # roles). Multiple recipients can be given like this: "PHONE1 PHONE2 ..."
  637. DEFAULT_RECIPIENT_SMS=""
  638. # Matrix notifications
  639. #
  640. # enable/disable Matrix notifications
  641. SEND_MATRIX="YES"
  642. # The url of the Matrix homeserver
  643. # e.g https://matrix.org:8448
  644. MATRIX_HOMESERVER=
  645. # An access token from a valid Matrix account. Tokens usually don't expire,
  646. # can be controlled from a Matrix client.
  647. # See https://matrix.org/docs/guides/client-server.html
  648. MATRIX_ACCESSTOKEN=
  649. # Specify the default rooms to receive the notification if no rooms are provided
  650. # in a role's recipients.
  651. # The format is !roomid:homeservername
  652. DEFAULT_RECIPIENT_MATRIX=""
  653. #------------------------------------------------------------------------------
  654. # ntfy.sh global notification options
  655. # enable/disable sending ntfy notifications
  656. SEND_NTFY="YES"
  657. # optional NTFY username
  658. NTFY_USERNAME=""
  659. # optional NTFY password
  660. NTFY_PASSWORD=""
  661. # optional NTFY access token
  662. NTFY_ACCESS_TOKEN=""
  663. # if a role's recipients are not configured, a notification will be sent to
  664. # this ntfy server / topic combination (empty = do not send a notification for
  665. # unconfigured roles).
  666. # Multiple recipients can be given like this: "https://SERVER1/TOPIC1 https://SERVER2/TOPIC2 ..."
  667. DEFAULT_RECIPIENT_NTFY=""
  668. #------------------------------------------------------------------------------
  669. # custom notifications
  670. #
  671. # enable/disable sending custom notifications
  672. SEND_CUSTOM="YES"
  673. # if a role's recipients are not configured, use the following.
  674. # (empty = do not send a notification for unconfigured roles)
  675. DEFAULT_RECIPIENT_CUSTOM=""
  676. # The custom_sender() is a custom function to do whatever you need to do
  677. custom_sender() {
  678. # variables you can use:
  679. # ${host} the host generated this event
  680. # ${url_host} same as ${host} but URL encoded
  681. # ${unique_id} the unique id of this event
  682. # ${alarm_id} the unique id of the alarm that generated this event
  683. # ${event_id} the incremental id of the event, for this alarm id
  684. # ${when} the timestamp this event occurred
  685. # ${name} the name of the alarm, as given in netdata health.d entries
  686. # ${url_name} same as ${name} but URL encoded
  687. # ${chart} the name of the chart (type.id)
  688. # ${url_chart} same as ${chart} but URL encoded
  689. # ${status} the current status : REMOVED, UNINITIALIZED, UNDEFINED, CLEAR, WARNING, CRITICAL
  690. # ${old_status} the previous status: REMOVED, UNINITIALIZED, UNDEFINED, CLEAR, WARNING, CRITICAL
  691. # ${value} the current value of the alarm
  692. # ${old_value} the previous value of the alarm
  693. # ${src} the line number and file the alarm has been configured
  694. # ${duration} the duration in seconds of the previous alarm state
  695. # ${duration_txt} same as ${duration} for humans
  696. # ${non_clear_duration} the total duration in seconds this is/was non-clear
  697. # ${non_clear_duration_txt} same as ${non_clear_duration} for humans
  698. # ${units} the units of the value
  699. # ${info} a short description of the alarm
  700. # ${value_string} friendly value (with units)
  701. # ${old_value_string} friendly old value (with units)
  702. # ${image} the URL of an image to represent the status of the alarm
  703. # ${color} a color in #AABBCC format for the alarm
  704. # ${goto_url} the URL the user can click to see the netdata dashboard
  705. # ${calc_expression} the expression evaluated to provide the value for the alarm
  706. # ${calc_param_values} the value of the variables in the evaluated expression
  707. # ${total_warnings} the total number of alarms in WARNING state on the host
  708. # ${total_critical} the total number of alarms in CRITICAL state on the host
  709. # these are more human friendly:
  710. # ${alarm} like "name = value units"
  711. # ${status_message} like "needs attention", "recovered", "is critical"
  712. # ${severity} like "Escalated to CRITICAL", "Recovered from WARNING"
  713. # ${raised_for} like "(alarm was raised for 10 minutes)"
  714. # example human readable SMS
  715. local msg="${host} ${status_message}: ${alarm} ${raised_for}"
  716. # limit it to 160 characters and encode it for use in a URL
  717. urlencode "${msg:0:160}" >/dev/null; msg="${REPLY}"
  718. # a space separated list of the recipients to send alarms to
  719. to="${1}"
  720. # Sample send SMS to an imaginary SMS gateway accessible via HTTPS
  721. #for phone in ${to}; do
  722. # httpcode=$(docurl -X POST \
  723. # --data-urlencode "From=XXX" \
  724. # --data-urlencode "To=${phone}" \
  725. # --data-urlencode "Body=${msg}" \
  726. # -u "${accountsid}:${accounttoken}" \
  727. # https://domain.website.com/)
  728. #
  729. # if [ "${httpcode}" = "200" ]; then
  730. # info "sent custom notification ${msg} to ${phone}"
  731. # sent=$((sent + 1))
  732. # else
  733. # error "failed to send custom notification ${msg} to ${phone} with HTTP error code ${httpcode}."
  734. # fi
  735. #done
  736. info "not sending custom notification to ${to}, for ${status} of '${host}.${chart}.${name}' - custom_sender() is not configured."
  737. }
  738. ###############################################################################
  739. # RECIPIENTS PER ROLE
  740. # -----------------------------------------------------------------------------
  741. # generic system alarms
  742. # CPU, disks, network interfaces, entropy, etc
  743. # role_recipients_email[sysadmin]="${DEFAULT_RECIPIENT_EMAIL}"
  744. # role_recipients_pushover[sysadmin]="${DEFAULT_RECIPIENT_PUSHOVER}"
  745. # role_recipients_pushbullet[sysadmin]="${DEFAULT_RECIPIENT_PUSHBULLET}"
  746. # role_recipients_telegram[sysadmin]="${DEFAULT_RECIPIENT_TELEGRAM}"
  747. # role_recipients_slack[sysadmin]="${DEFAULT_RECIPIENT_SLACK}"
  748. # role_recipients_alerta[sysadmin]="${DEFAULT_RECIPIENT_ALERTA}"
  749. # role_recipients_flock[sysadmin]="${DEFAULT_RECIPIENT_FLOCK}"
  750. # role_recipients_discord[sysadmin]="${DEFAULT_RECIPIENT_DISCORD}"
  751. # role_recipients_hipchat[sysadmin]="${DEFAULT_RECIPIENT_HIPCHAT}"
  752. # role_recipients_twilio[sysadmin]="${DEFAULT_RECIPIENT_TWILIO}"
  753. # role_recipients_messagebird[sysadmin]="${DEFAULT_RECIPIENT_MESSAGEBIRD}"
  754. # role_recipients_kavenegar[sysadmin]="${DEFAULT_RECIPIENT_KAVENEGAR}"
  755. # role_recipients_pd[sysadmin]="${DEFAULT_RECIPIENT_PD}"
  756. # role_recipients_fleep[sysadmin]="${DEFAULT_RECIPIENT_FLEEP}"
  757. # role_recipients_irc[sysadmin]="${DEFAULT_RECIPIENT_IRC}"
  758. # role_recipients_syslog[sysadmin]="${DEFAULT_RECIPIENT_SYSLOG}"
  759. # role_recipients_prowl[sysadmin]="${DEFAULT_RECIPIENT_PROWL}"
  760. # role_recipients_awssns[sysadmin]="${DEFAULT_RECIPIENT_AWSSNS}"
  761. # role_recipients_custom[sysadmin]="${DEFAULT_RECIPIENT_CUSTOM}"
  762. # role_recipients_msteams[sysadmin]="${DEFAULT_RECIPIENT_MSTEAMS}"
  763. # role_recipients_rocketchat[sysadmin]="${DEFAULT_RECIPIENT_ROCKETCHAT}"
  764. # role_recipients_dynatrace[sysadmin]="${DEFAULT_RECIPIENT_DYNATRACE}"
  765. # role_recipients_opsgenie[sysadmin]="${DEFAULT_RECIPIENT_OPSGENIE}"
  766. # role_recipients_matrix[sysadmin]="${DEFAULT_RECIPIENT_MATRIX}"
  767. # role_recipients_gotify[sysadmin]="${DEFAULT_RECIPIENT_GOTIFY}"
  768. # role_recipients_ntfy[sysadmin]="${DEFAULT_RECIPIENT_NTFY}"
  769. # -----------------------------------------------------------------------------
  770. # DNS related alarms
  771. # role_recipients_email[domainadmin]="${DEFAULT_RECIPIENT_EMAIL}"
  772. # role_recipients_pushover[domainadmin]="${DEFAULT_RECIPIENT_PUSHOVER}"
  773. # role_recipients_pushbullet[domainadmin]="${DEFAULT_RECIPIENT_PUSHBULLET}"
  774. # role_recipients_telegram[domainadmin]="${DEFAULT_RECIPIENT_TELEGRAM}"
  775. # role_recipients_slack[domainadmin]="${DEFAULT_RECIPIENT_SLACK}"
  776. # role_recipients_alerta[domainadmin]="${DEFAULT_RECIPIENT_ALERTA}"
  777. # role_recipients_flock[domainadmin]="${DEFAULT_RECIPIENT_FLOCK}"
  778. # role_recipients_discord[domainadmin]="${DEFAULT_RECIPIENT_DISCORD}"
  779. # role_recipients_hipchat[domainadmin]="${DEFAULT_RECIPIENT_HIPCHAT}"
  780. # role_recipients_twilio[domainadmin]="${DEFAULT_RECIPIENT_TWILIO}"
  781. # role_recipients_messagebird[domainadmin]="${DEFAULT_RECIPIENT_MESSAGEBIRD}"
  782. # role_recipients_kavenegar[domainadmin]="${DEFAULT_RECIPIENT_KAVENEGAR}"
  783. # role_recipients_pd[domainadmin]="${DEFAULT_RECIPIENT_PD}"
  784. # role_recipients_fleep[domainadmin]="${DEFAULT_RECIPIENT_FLEEP}"
  785. # role_recipients_irc[domainadmin]="${DEFAULT_RECIPIENT_IRC}"
  786. # role_recipients_syslog[domainadmin]="${DEFAULT_RECIPIENT_SYSLOG}"
  787. # role_recipients_prowl[domainadmin]="${DEFAULT_RECIPIENT_PROWL}"
  788. # role_recipients_awssns[domainadmin]="${DEFAULT_RECIPIENT_AWSSNS}"
  789. # role_recipients_custom[domainadmin]="${DEFAULT_RECIPIENT_CUSTOM}"
  790. # role_recipients_msteams[domainadmin]="${DEFAULT_RECIPIENT_MSTEAMS}"
  791. # role_recipients_rocketchat[domainadmin]="${DEFAULT_RECIPIENT_ROCKETCHAT}"
  792. # role_recipients_sms[domainadmin]="${DEFAULT_RECIPIENT_SMS}"
  793. # role_recipients_dynatrace[domainadmin]="${DEFAULT_RECIPIENT_DYNATRACE}"
  794. # role_recipients_opsgenie[domainadmin]="${DEFAULT_RECIPIENT_OPSGENIE}"
  795. # role_recipients_matrix[domainadmin]="${DEFAULT_RECIPIENT_MATRIX}"
  796. # role_recipients_gotify[domainadmin]="${DEFAULT_RECIPIENT_GOTIFY}"
  797. # role_recipients_ntfy[domainadmin]="${DEFAULT_RECIPIENT_NTFY}"
  798. # -----------------------------------------------------------------------------
  799. # database servers alarms
  800. # mysql, redis, memcached, postgres, etc
  801. # role_recipients_email[dba]="${DEFAULT_RECIPIENT_EMAIL}"
  802. # role_recipients_pushover[dba]="${DEFAULT_RECIPIENT_PUSHOVER}"
  803. # role_recipients_pushbullet[dba]="${DEFAULT_RECIPIENT_PUSHBULLET}"
  804. # role_recipients_telegram[dba]="${DEFAULT_RECIPIENT_TELEGRAM}"
  805. # role_recipients_slack[dba]="${DEFAULT_RECIPIENT_SLACK}"
  806. # role_recipients_alerta[dba]="${DEFAULT_RECIPIENT_ALERTA}"
  807. # role_recipients_flock[dba]="${DEFAULT_RECIPIENT_FLOCK}"
  808. # role_recipients_discord[dba]="${DEFAULT_RECIPIENT_DISCORD}"
  809. # role_recipients_hipchat[dba]="${DEFAULT_RECIPIENT_HIPCHAT}"
  810. # role_recipients_twilio[dba]="${DEFAULT_RECIPIENT_TWILIO}"
  811. # role_recipients_messagebird[dba]="${DEFAULT_RECIPIENT_MESSAGEBIRD}"
  812. # role_recipients_kavenegar[dba]="${DEFAULT_RECIPIENT_KAVENEGAR}"
  813. # role_recipients_pd[dba]="${DEFAULT_RECIPIENT_PD}"
  814. # role_recipients_fleep[dba]="${DEFAULT_RECIPIENT_FLEEP}"
  815. # role_recipients_irc[dba]="${DEFAULT_RECIPIENT_IRC}"
  816. # role_recipients_syslog[dba]="${DEFAULT_RECIPIENT_SYSLOG}"
  817. # role_recipients_prowl[dba]="${DEFAULT_RECIPIENT_PROWL}"
  818. # role_recipients_awssns[dba]="${DEFAULT_RECIPIENT_AWSSNS}"
  819. # role_recipients_custom[dba]="${DEFAULT_RECIPIENT_CUSTOM}"
  820. # role_recipients_msteams[dba]="${DEFAULT_RECIPIENT_MSTEAMS}"
  821. # role_recipients_rocketchat[dba]="${DEFAULT_RECIPIENT_ROCKETCHAT}"
  822. # role_recipients_sms[dba]="${DEFAULT_RECIPIENT_SMS}"
  823. # role_recipients_dynatrace[dba]="${DEFAULT_RECIPIENT_DYNATRACE}"
  824. # role_recipients_opsgenie[dba]="${DEFAULT_RECIPIENT_OPSGENIE}"
  825. # role_recipients_matrix[dba]="${DEFAULT_RECIPIENT_MATRIX}"
  826. # role_recipients_gotify[dba]="${DEFAULT_RECIPIENT_GOTIFY}"
  827. # role_recipients_ntfy[dba]="${DEFAULT_RECIPIENT_NTFY}"
  828. # -----------------------------------------------------------------------------
  829. # web servers alarms
  830. # apache, nginx, lighttpd, etc
  831. # role_recipients_email[webmaster]="${DEFAULT_RECIPIENT_EMAIL}"
  832. # role_recipients_pushover[webmaster]="${DEFAULT_RECIPIENT_PUSHOVER}"
  833. # role_recipients_pushbullet[webmaster]="${DEFAULT_RECIPIENT_PUSHBULLET}"
  834. # role_recipients_telegram[webmaster]="${DEFAULT_RECIPIENT_TELEGRAM}"
  835. # role_recipients_slack[webmaster]="${DEFAULT_RECIPIENT_SLACK}"
  836. # role_recipients_alerta[webmaster]="${DEFAULT_RECIPIENT_ALERTA}"
  837. # role_recipients_flock[webmaster]="${DEFAULT_RECIPIENT_FLOCK}"
  838. # role_recipients_discord[webmaster]="${DEFAULT_RECIPIENT_DISCORD}"
  839. # role_recipients_hipchat[webmaster]="${DEFAULT_RECIPIENT_HIPCHAT}"
  840. # role_recipients_twilio[webmaster]="${DEFAULT_RECIPIENT_TWILIO}"
  841. # role_recipients_messagebird[webmaster]="${DEFAULT_RECIPIENT_MESSAGEBIRD}"
  842. # role_recipients_kavenegar[webmaster]="${DEFAULT_RECIPIENT_KAVENEGAR}"
  843. # role_recipients_pd[webmaster]="${DEFAULT_RECIPIENT_PD}"
  844. # role_recipients_fleep[webmaster]="${DEFAULT_RECIPIENT_FLEEP}"
  845. # role_recipients_irc[webmaster]="${DEFAULT_RECIPIENT_IRC}"
  846. # role_recipients_syslog[webmaster]="${DEFAULT_RECIPIENT_SYSLOG}"
  847. # role_recipients_prowl[webmaster]="${DEFAULT_RECIPIENT_PROWL}"
  848. # role_recipients_awssns[webmaster]="${DEFAULT_RECIPIENT_AWSSNS}"
  849. # role_recipients_custom[webmaster]="${DEFAULT_RECIPIENT_CUSTOM}"
  850. # role_recipients_msteams[webmaster]="${DEFAULT_RECIPIENT_MSTEAMS}"
  851. # role_recipients_rocketchat[webmaster]="${DEFAULT_RECIPIENT_ROCKETCHAT}"
  852. # role_recipients_sms[webmaster]="${DEFAULT_RECIPIENT_SMS}"
  853. # role_recipients_dynatrace[webmaster]="${DEFAULT_RECIPIENT_DYNATRACE}"
  854. # role_recipients_opsgenie[webmaster]="${DEFAULT_RECIPIENT_OPSGENIE}"
  855. # role_recipients_matrix[webmaster]="${DEFAULT_RECIPIENT_MATRIX}"
  856. # role_recipients_gotify[webmaster]="${DEFAULT_RECIPIENT_GOTIFY}"
  857. # role_recipients_ntfy[webmaster]="${DEFAULT_RECIPIENT_NTFY}"
  858. # -----------------------------------------------------------------------------
  859. # proxy servers alarms
  860. # squid, etc
  861. # role_recipients_email[proxyadmin]="${DEFAULT_RECIPIENT_EMAIL}"
  862. # role_recipients_pushover[proxyadmin]="${DEFAULT_RECIPIENT_PUSHOVER}"
  863. # role_recipients_pushbullet[proxyadmin]="${DEFAULT_RECIPIENT_PUSHBULLET}"
  864. # role_recipients_telegram[proxyadmin]="${DEFAULT_RECIPIENT_TELEGRAM}"
  865. # role_recipients_slack[proxyadmin]="${DEFAULT_RECIPIENT_SLACK}"
  866. # role_recipients_alerta[proxyadmin]="${DEFAULT_RECIPIENT_ALERTA}"
  867. # role_recipients_flock[proxyadmin]="${DEFAULT_RECIPIENT_FLOCK}"
  868. # role_recipients_discord[proxyadmin]="${DEFAULT_RECIPIENT_DISCORD}"
  869. # role_recipients_hipchat[proxyadmin]="${DEFAULT_RECIPIENT_HIPCHAT}"
  870. # role_recipients_twilio[proxyadmin]="${DEFAULT_RECIPIENT_TWILIO}"
  871. # role_recipients_messagebird[proxyadmin]="${DEFAULT_RECIPIENT_MESSAGEBIRD}"
  872. # role_recipients_kavenegar[proxyadmin]="${DEFAULT_RECIPIENT_KAVENEGAR}"
  873. # role_recipients_pd[proxyadmin]="${DEFAULT_RECIPIENT_PD}"
  874. # role_recipients_fleep[proxyadmin]="${DEFAULT_RECIPIENT_FLEEP}"
  875. # role_recipients_irc[proxyadmin]="${DEFAULT_RECIPIENT_IRC}"
  876. # role_recipients_syslog[proxyadmin]="${DEFAULT_RECIPIENT_SYSLOG}"
  877. # role_recipients_prowl[proxyadmin]="${DEFAULT_RECIPIENT_PROWL}"
  878. # role_recipients_awssns[proxyadmin]="${DEFAULT_RECIPIENT_AWSSNS}"
  879. # role_recipients_custom[proxyadmin]="${DEFAULT_RECIPIENT_CUSTOM}"
  880. # role_recipients_msteams[proxyadmin]="${DEFAULT_RECIPIENT_MSTEAMS}"
  881. # role_recipients_rocketchat[proxyadmin]="${DEFAULT_RECIPIENT_ROCKETCHAT}"
  882. # role_recipients_sms[proxyadmin]="${DEFAULT_RECIPIENT_SMS}"
  883. # role_recipients_dynatrace[proxyadmin]="${DEFAULT_RECIPIENT_DYNATRACE}"
  884. # role_recipients_opsgenie[proxyadmin]="${DEFAULT_RECIPIENT_OPSGENIE}"
  885. # role_recipients_matrix[proxyadmin]="${DEFAULT_RECIPIENT_MATRIX}"
  886. # role_recipients_gotify[proxyadmin]="${DEFAULT_RECIPIENT_GOTIFY}"
  887. # role_recipients_ntfy[proxyadmin]="${DEFAULT_RECIPIENT_NTFY}"
  888. # -----------------------------------------------------------------------------
  889. # peripheral devices
  890. # UPS, photovoltaics, etc
  891. # role_recipients_email[sitemgr]="${DEFAULT_RECIPIENT_EMAIL}"
  892. # role_recipients_pushover[sitemgr]="${DEFAULT_RECIPIENT_PUSHOVER}"
  893. # role_recipients_pushbullet[sitemgr]="${DEFAULT_RECIPIENT_PUSHBULLET}"
  894. # role_recipients_telegram[sitemgr]="${DEFAULT_RECIPIENT_TELEGRAM}"
  895. # role_recipients_slack[sitemgr]="${DEFAULT_RECIPIENT_SLACK}"
  896. # role_recipients_alerta[sitemgr]="${DEFAULT_RECIPIENT_ALERTA}"
  897. # role_recipients_flock[sitemgr]="${DEFAULT_RECIPIENT_FLOCK}"
  898. # role_recipients_discord[sitemgr]="${DEFAULT_RECIPIENT_DISCORD}"
  899. # role_recipients_hipchat[sitemgr]="${DEFAULT_RECIPIENT_HIPCHAT}"
  900. # role_recipients_twilio[sitemgr]="${DEFAULT_RECIPIENT_TWILIO}"
  901. # role_recipients_messagebird[sitemgr]="${DEFAULT_RECIPIENT_MESSAGEBIRD}"
  902. # role_recipients_kavenegar[sitemgr]="${DEFAULT_RECIPIENT_KAVENEGAR}"
  903. # role_recipients_pd[sitemgr]="${DEFAULT_RECIPIENT_PD}"
  904. # role_recipients_fleep[sitemgr]="${DEFAULT_RECIPIENT_FLEEP}"
  905. # role_recipients_syslog[sitemgr]="${DEFAULT_RECIPIENT_SYSLOG}"
  906. # role_recipients_prowl[sitemgr]="${DEFAULT_RECIPIENT_PROWL}"
  907. # role_recipients_awssns[sitemgr]="${DEFAULT_RECIPIENT_AWSSNS}"
  908. # role_recipients_custom[sitemgr]="${DEFAULT_RECIPIENT_CUSTOM}"
  909. # role_recipients_msteams[sitemgr]="${DEFAULT_RECIPIENT_MSTEAMS}"
  910. # role_recipients_rocketchat[sitemgr]="${DEFAULT_RECIPIENT_ROCKETCHAT}"
  911. # role_recipients_sms[sitemgr]="${DEFAULT_RECIPIENT_SMS}"
  912. # role_recipients_dynatrace[sitemgr]="${DEFAULT_RECIPIENT_DYNATRACE}"
  913. # role_recipients_opsgenie[sitemgr]="${DEFAULT_RECIPIENT_OPSGENIE}"
  914. # role_recipients_matrix[sitemgr]="${DEFAULT_RECIPIENT_MATRIX}"
  915. # role_recipients_gotify[sitemgr]="${DEFAULT_RECIPIENT_GOTIFY}"
  916. # role_recipients_ntfy[sitemgr]="${DEFAULT_RECIPIENT_NTFY}"