{"id":22260960,"url":"https://github.com/piyushsachdeva/prometheusmonitoringtutorial","last_synced_at":"2025-04-11T17:32:33.265Z","repository":{"id":164696494,"uuid":"388187163","full_name":"piyushsachdeva/PrometheusMonitoringTutorial","owner":"piyushsachdeva","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-21T17:09:20.000Z","size":7,"stargazers_count":7,"open_issues_count":0,"forks_count":20,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T13:46:27.590Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/piyushsachdeva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-21T16:55:52.000Z","updated_at":"2025-02-18T09:47:22.000Z","dependencies_parsed_at":"2023-07-29T12:46:50.880Z","dependency_job_id":null,"html_url":"https://github.com/piyushsachdeva/PrometheusMonitoringTutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyushsachdeva%2FPrometheusMonitoringTutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyushsachdeva%2FPrometheusMonitoringTutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyushsachdeva%2FPrometheusMonitoringTutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyushsachdeva%2FPrometheusMonitoringTutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piyushsachdeva","download_url":"https://codeload.github.com/piyushsachdeva/PrometheusMonitoringTutorial/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248449950,"owners_count":21105590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-03T09:10:56.811Z","updated_at":"2025-04-11T17:32:33.245Z","avatar_url":"https://github.com/piyushsachdeva.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# PrometheusMonitoringTutorial\n\nPlease make sure to update the configuration files with below details:\n- Public IP where your applications are hosted\n- to and from email ID to send and receive notification alerts\n- smtp hostname\n- encrypted username and password for SMTP\n\n\n\nVideo link:\nhttps://www.youtube.com/watch?v=xM5Ys0rbtVQ\n\nBelow are the commands that I have used in the video tutorial\n\n#install docker\n\ncurl -fsSL https://get.docker.com -o get-docker.sh\n\nsudo bash get-docker.sh\n\ncd /var/run/;sudo chmod 777 docker.pid docker.sock\n\n#Prometheus installation\n\ndocker run -d --name prometheus --restart always -p 9090:9090 -v /etc/prometheus:/etc/prometheus/ prom/prometheus\n\n#Node Exporter Installation\n\ndocker run -p 9100:9100 -d --restart always --name node-exporter prom/node-exporter\n\n#Cadvisor Installation\n\ndocker run --volume=/:/rootfs:ro --volume=/var/run:/var/run:rw --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro --volume=/var/lib/docker/:/var/lib/docker:ro --restart always --publish=8085:8080 --detach=true --privileged=true --name=cadvisor google/cadvisor:latest --logtostderr --v=2\n\n#Grafana Installation\n\ndocker run -d --restart always --name grafana -p 3000:3000 -v \"grafana_new:/var/lib/grafana\" grafana/grafana\n\n#AlertManager Installation\n\ndocker run --name alertmanager -d -p 9093:9093 -v /etc/prometheus/:/etc/alertmanager quay.io/prometheus/alertmanager\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiyushsachdeva%2Fprometheusmonitoringtutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiyushsachdeva%2Fprometheusmonitoringtutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiyushsachdeva%2Fprometheusmonitoringtutorial/lists"}