From 73d81d7053cfc62b3fc9afb38dc9eb74123971cf Mon Sep 17 00:00:00 2001 From: Alexandre Gaillet Date: Thu, 22 Feb 2018 12:15:53 +0100 Subject: [PATCH] MON-96 - Renamed system's monitors --- middleware/apache/inputs.tf | 1 + middleware/nginx/inputs.tf | 1 + system/generic/{monitors-custom-cpu.tf => monitors-system.tf} | 0 system/linux/{monitors-linux-basics.tf => monitors-linux.tf} | 0 4 files changed, 2 insertions(+) rename system/generic/{monitors-custom-cpu.tf => monitors-system.tf} (100%) rename system/linux/{monitors-linux-basics.tf => monitors-linux.tf} (100%) diff --git a/middleware/apache/inputs.tf b/middleware/apache/inputs.tf index ca3d259..1812e3d 100644 --- a/middleware/apache/inputs.tf +++ b/middleware/apache/inputs.tf @@ -15,3 +15,4 @@ variable "message" { } # Apache Middleware specific + diff --git a/middleware/nginx/inputs.tf b/middleware/nginx/inputs.tf index ea23988..a82f6c2 100644 --- a/middleware/nginx/inputs.tf +++ b/middleware/nginx/inputs.tf @@ -15,3 +15,4 @@ variable "message" { } # Nginx Middleware specific + diff --git a/system/generic/monitors-custom-cpu.tf b/system/generic/monitors-system.tf similarity index 100% rename from system/generic/monitors-custom-cpu.tf rename to system/generic/monitors-system.tf diff --git a/system/linux/monitors-linux-basics.tf b/system/linux/monitors-linux.tf similarity index 100% rename from system/linux/monitors-linux-basics.tf rename to system/linux/monitors-linux.tf