From a30ee48fe8145d2f54d11e806d3598f5223c477f Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Fri, 4 Oct 2024 15:53:41 -0500 Subject: [PATCH] Fix URL; add chkconfig --- grafana.org | 2 +- prometheus.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grafana.org b/grafana.org index a94f2b5..6d2b85d 100644 --- a/grafana.org +++ b/grafana.org @@ -4,7 +4,7 @@ ** Install and deploy the Grafana server On Fedora/RHEL systems: #+BEGIN_SRC shell -sudo dnf install -y grafana grafana-selinux +sudo dnf install -y grafana grafana-selinux chkconfig #+END_SRC On Debian systems: diff --git a/prometheus.org b/prometheus.org index a3939d6..50d6201 100644 --- a/prometheus.org +++ b/prometheus.org @@ -602,4 +602,4 @@ Restart Prometheus. sudo systemctl restart prometheus.service #+END_SRC -For a Grafana dashboard, copy the contents of the file located here: [[https://files.hyperreal.coffee/files/grafana/elasticsearch.json]]. +For a Grafana dashboard, copy the contents of the file located here: [[https://files.hyperreal.coffee/grafana/elasticsearch.json]].