Quentin Manfroi
77d192668a
MON-541 add variable for notify no data
2019-12-03 11:20:38 +01:00
Quentin Manfroi
889c815e18
MON-519 change refs from gitlab to github
2019-11-26 18:10:52 +01:00
Jordan Caussat
010a7cd918
MON-532: Fix HCL syntax on ignore_changes parameters
2019-11-21 15:04:46 +01:00
Rafael Romero Carmona
2265a9141b
MON-497 The name of the service check is now Docker does not respond
2019-08-29 13:39:50 +01:00
Rafael Romero Carmona
5f2a430d45
MON-497 Warning threshold for memory limit increased from 80 to 85%. Removed the inputs for the critical threshold and the last of the service check.
2019-08-29 13:08:34 +01:00
Rafael Romero Carmona
bded526f07
MON-497 Readme ready
2019-08-29 12:57:26 +01:00
Rafael Romero Carmona
e019c90563
MON-497 Docker monitors: service check and memory used
2019-08-29 12:57:26 +01:00
Quentin Manfroi
91c253f803
MON-494 auto update
2019-08-20 18:28:53 +02:00
Quentin Manfroi
725ef6e2b1
MON-495 add minimum version agent version for kubernetes
2019-08-08 18:25:53 +02:00
Quentin Manfroi
a8af464794
MON-486 run auto update with new fmt fix in 0.12.6
2019-08-01 13:24:57 +02:00
Quentin Manfroi
a144c14ef3
MON-482 ignore silenced now it should be managed by datadog_downtime resource
2019-07-15 15:00:47 +02:00
Quentin Manfroi
ee412ee29c
Merge branch 'MON-455_kubernetes_state.container.status_report.count.terminated' into 'master'
...
MON-455 add terminated container monitor
Closes MON-455
See merge request claranet/pt-monitoring/projects/datadog/terraform/monitors!76
2019-07-15 14:47:12 +02:00
Quentin Manfroi
eb52332e67
MON-455 fix typo abnormally
2019-07-15 11:36:24 +02:00
Quentin Manfroi
2a4bf39569
MON-455 add terminated container monitor
2019-07-11 18:45:51 +02:00
Quentin Manfroi
0dfa7c63f6
MON-456 remove as_count() for a gauge and change time aggregator for more tolerant
2019-07-11 18:28:17 +02:00
Quentin Manfroi
b24301f4f6
MON-459 regenerate readme now terraform fmt works
2019-07-03 18:24:05 +02:00
Quentin Manfroi
67b3580d7f
MON-459 apply hack for fmt
2019-07-03 18:22:24 +02:00
Quentin Manfroi
4a3f7dbb23
MON-459 delete auto created versions.tf
2019-07-03 14:19:08 +02:00
Quentin Manfroi
d29b987623
MON-459 update readme with new format
2019-07-02 21:03:40 +02:00
Quentin Manfroi
53714ad8fc
MON-459 update all readme with new hack
2019-07-02 21:03:40 +02:00
Quentin Manfroi
a06b680f6d
MON-459 use concat for extra tags
2019-07-02 20:50:00 +02:00
Quentin Manfroi
2215481f71
MON-459 fix undesired changes
2019-07-02 20:38:35 +02:00
Jérôme Respaut
b093f2f1e4
MON-459: Bump to HCL 2 syntax / tf 0.12.1
2019-07-02 19:31:53 +02:00
Quentin Manfroi
3c08056adb
MON-479 convert metric alert type to query alert when it needs
2019-06-26 19:33:00 +02:00
Quentin Manfroi
a73c7af49c
MON-479 remove silenced parameter since it is deprecated in favor of donwtime resource
2019-06-26 18:27:56 +02:00
Quentin Manfroi
6a919b07b5
Merge branch 'MON-476_only_one_notify_no_data' into 'master'
...
MON-476 reduce no data alerts per set of monitors
Closes MON-476
See merge request claranet/pt-monitoring/projects/datadog/terraform/monitors!67
2019-06-24 15:27:48 +02:00
Quentin Manfroi
40ae191d5e
MON-477 fix wrong variable in query for kubernetes node inodes monitor
2019-06-14 17:39:07 +02:00
Quentin Manfroi
5cbf1bbdab
MON-476 reduce no data alerts per set of monitors
2019-06-14 15:00:06 +02:00
Quentin Manfroi
8ecd9cd4be
MON-444 revert min to sum because as_count() is used
2019-05-09 18:36:34 +02:00
Quentin Manfroi
a682ae5b52
MON-444 fix operator and timeframe for pod error monitor
2019-05-09 18:18:23 +02:00
Quentin Manfroi
87073c506f
Merge branch 'MON-453_kubernetes_volume_monitors' into 'master'
...
MON-453 add inodes and space monitors to kubernetes node
Closes MON-453
See merge request claranet/pt-monitoring/projects/datadog/terraform/monitors!59
2019-05-09 17:49:24 +02:00
Quentin Manfroi
17d0650b36
MON-453 add inodes and space monitors to kubernetes node
2019-05-09 17:47:37 +02:00
Quentin Manfroi
b83434c2ba
MON-444 add pod to group by for pod error
2019-05-09 13:07:01 +02:00
Quentin Manfroi
ed57bb3610
MON-444 mutualise pod error and crashloopbackoff
2019-05-09 13:07:01 +02:00
Alexandre Lemaresquier
f4bc2faa8c
MON-444 Use filter-tags-nocontainercreating in resource "datadog_monitor" "error"
2019-05-09 13:06:58 +02:00
Alexandre Lemaresquier
b971be399b
MON-444 Add filter-tags-nocontainercreating
2019-05-09 13:06:54 +02:00
Quentin Manfroi
c6efa39037
MON-182 add manifest for better naming with multi level module
2019-04-29 22:57:24 +02:00
Quentin Manfroi
5356e62ed2
Merge branch 'MON-442_not_notify_no_data_for_unscheduled_node_kubernetes' into 'master'
...
MON-442 do not notify on nodata
Closes MON-442
See merge request claranet/pt-monitoring/projects/datadog/terraform/monitors!53
2019-04-26 12:12:31 +02:00
Quentin Manfroi
449cbad978
MON-442 do not notify on data
2019-04-25 19:20:35 +02:00
Quentin Manfroi
ef7edb62c1
MON-441 update existing monitors using excluded extra tags
2019-04-25 18:59:17 +02:00
Quentin Manfroi
582d884a6e
MON-236 add optional name prefix feature
2019-04-24 11:33:34 +02:00
Quentin Manfroi
cea0f69579
MON-114 add kubernetes node monitors
2019-04-23 18:03:57 +02:00
Quentin Manfroi
c44f2ab02f
MON-114 add kubernetes pod monitors
2019-04-23 17:58:23 +02:00
Quentin Manfroi
fef263a4b5
Merge branch 'MON-114_kubernetes_workload_from_confluence' into 'master'
...
MON-114 kubernetes workload monitors
Closes MON-114
See merge request claranet/pt-monitoring/projects/datadog/terraform/monitors!41
2019-04-23 17:55:50 +02:00
Quentin Manfroi
e06f661f22
Merge branch 'MON-114_kubernetes_cluster_from_confluence' into 'master'
...
MON-114 kubernetes cluster monitors
Closes MON-114
See merge request claranet/pt-monitoring/projects/datadog/terraform/monitors!42
2019-04-23 17:54:04 +02:00
Quentin Manfroi
5c7f47fb75
MON-326 use EOQ instead of EOL or EOF
2019-04-23 17:44:26 +02:00
Quentin Manfroi
57190b9c34
MON-360 fix enabled feature
2019-04-23 17:35:12 +02:00
David Drugeon Hamon
c7313e7e3e
MON-114 Remove group by "apiserver" because it cannot evaluate expression
2019-04-23 16:37:44 +02:00
Quentin Manfroi
eb57b06b00
MON-114 add kubernetes workload monitors
2019-04-23 14:47:15 +02:00
Quentin Manfroi
c2c98581fa
MON-114 add kubernetes cluster monitors
2019-04-23 14:44:54 +02:00