From 06c82135416343bfd18dc84a862c5d4743540ce4 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 11 Sep 2020 15:02:38 +0100 Subject: [PATCH] Install basic prometheus node exporter on UCL machines --- roles/ucl.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/ucl.rb b/roles/ucl.rb index 27064ea23..7f74979a5 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -33,5 +33,6 @@ override_attributes( ) run_list( - "role[gb]" + "role[gb]", + "recipe[prometheus]" ) -- 2.45.2