Deprecated: Function get_magic_quotes_gpc() is deprecated in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 99

Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 619

Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 832

Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839

Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839

Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839

Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839

Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839

Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
resource "allquiet_integration_mapping" "your_netdata_mapping" { integration_id = allquiet_integration.your_netdata.id attributes_mapping = { attributes = [ { name = "CorrelationId" mappings = [ { json_path = "$.jsonBody.alert_url" }, { regex = "^(https?://[^?]+(?:\?[^#&]*(?:&[^#&]*)?)?)(?:&?transition=[^&]*)?$" } ] }, { name = "Status" mappings = [ { json_path = "$.jsonBody.severity" }, { map = "critical->Open,warning->Open,clear->{{ previousIncident.status }},->Open" } ] }, { name = "Severity" mappings = [ { json_path = "$.jsonBody.severity" }, { map = "critical->Critical,warning->Warning,->Minor" } ] }, { name = "Title" mappings = [ { json_path = "$.jsonBody.message" } ] }, { name = "Alert" mappings = [ { json_path = "$.jsonBody.alert" } ] }, { name = "Chart" mappings = [ { json_path = "$.jsonBody.chart" } ] }, { name = "Class" mappings = [ { json_path = "$.jsonBody.class" } ] }, { name = "Value" mappings = [ { json_path = "$.jsonBody.value" } ] }, { name = "Space" mappings = [ { json_path = "$.jsonBody.space" } ] }, { name = "Host" mappings = [ { json_path = "$.jsonBody.host" } ] }, { name = "Url" mappings = [ { json_path = "$.jsonBody.alert_url" } ] }, { name = "Info" mappings = [ { json_path = "$.jsonBody.info" } ] } ] } }