{"id":30815096,"url":"https://github.com/m-tayyab06/grafana-setup","last_synced_at":"2026-05-02T23:44:13.164Z","repository":{"id":312387556,"uuid":"1047338766","full_name":"M-Tayyab06/grafana-setup","owner":"M-Tayyab06","description":"Step-by-step guide to install and configure Grafana OSS on Ubuntu/Debian using the official APT repository.","archived":false,"fork":false,"pushed_at":"2025-08-30T07:44:11.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-30T09:20:48.018Z","etag":null,"topics":["debian","devops","devops-tools","grafana","grafana-installation","linux","monitoring","observability","ubuntu"],"latest_commit_sha":null,"homepage":"https://grafana.com/docs/","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/M-Tayyab06.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-30T07:35:17.000Z","updated_at":"2025-08-30T08:29:11.000Z","dependencies_parsed_at":"2025-08-30T09:20:50.529Z","dependency_job_id":"a3f8f863-9e26-4c36-9981-061e202435cb","html_url":"https://github.com/M-Tayyab06/grafana-setup","commit_stats":null,"previous_names":["m-tayyab06/grafana-setup"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/M-Tayyab06/grafana-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M-Tayyab06%2Fgrafana-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M-Tayyab06%2Fgrafana-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M-Tayyab06%2Fgrafana-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M-Tayyab06%2Fgrafana-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/M-Tayyab06","download_url":"https://codeload.github.com/M-Tayyab06/grafana-setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M-Tayyab06%2Fgrafana-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273874160,"owners_count":25183368,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["debian","devops","devops-tools","grafana","grafana-installation","linux","monitoring","observability","ubuntu"],"created_at":"2025-09-06T08:04:39.894Z","updated_at":"2026-05-02T23:44:13.135Z","avatar_url":"https://github.com/M-Tayyab06.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grafana Setup Guide (Ubuntu/Debian)\n\n![License](https://img.shields.io/github/license/M-Tayyab06/grafana-setup?color=blue)\n![Stars](https://img.shields.io/github/stars/M-Tayyab06/grafana-setup?style=social)\n![Issues](https://img.shields.io/github/issues/M-Tayyab06/grafana-setup)\n![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)\n![Ubuntu](https://img.shields.io/badge/Ubuntu-22.04-orange?logo=ubuntu)\n\n# Grafana Setup Guide (Ubuntu/Debian)\n\nThis repository contains step-by-step instructions for installing **Grafana OSS** on Debian/Ubuntu using the official APT repository.\n\n---\n\n## 📥 Installation\n\n```bash\n# Install required dependencies\nsudo apt-get install -y adduser libfontconfig1\n\n# Add Grafana GPG key\nwget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -\n\n# Add Grafana APT repo\necho \"deb https://packages.grafana.com/oss/deb stable main\" | sudo tee /etc/apt/sources.list.d/grafana.list\n\n# Update package list\nsudo apt-get update\n\n# Install Grafana\nsudo apt-get install grafana -y\n\n\nsudo systemctl enable grafana-server\nsudo systemctl start grafana-server\n\n\n🌐 Access Grafana\n\nOpen: http://localhost:3000\n\nDefault credentials:\n\nUser: admin\n\nPassword: admin (you will be asked to change it)\n\n\n📌 Notes\n\nTested on Ubuntu 22.04 LTS.\n\nUses Grafana OSS (not Enterprise).\n\nFor official docs: Grafana Documentation  #The link is provided in the about section\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-tayyab06%2Fgrafana-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-tayyab06%2Fgrafana-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-tayyab06%2Fgrafana-setup/lists"}