How to setup Prometheus and Grafana to monitor ( Part2)
Required:
Centos 7
Windows Server 2012
Setup Prometheus:
Create Usersudo groupadd --system prometheus
sudo useradd -s /sbin/nologin --system -g prometheus prometheus
Create Folder For Prometheus:mkdir /etc/prometheus
mkdir /var/lib/prometheus
C...
malwar3jutsu.hashnode.dev3 min read