Oracle Database monitoring using Grafana

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • oracledb_exporter

    Prometheus Oracle database exporter.

  • Like it is mentioned in oracledb_exporter github, oracledb_exporter is a prometheus exporter.

  • dockprom

    Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager

  • The current Grafana configuration I'm using for this post has also more elements for other systems monitoring since I forked stefanprodan/dockprom github

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Docker Compose

    Define and run multi-container applications with Docker

  • |=| oem13 in ~ ○ → yum install -y oracle-softwarecollection-release-el7 yum-utils [....] Complete! |=| oem13 in ~ ○ → |=| oem13 in ~ ○ → yum-config-manager --enable ol7_addons ================================== repo: ol7_addons =================================== [ol7_addons] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7Server baseurl = https://yum.oracle.com/repo/OracleLinux/OL7/addons/x86_64/ cache = 0 cachedir = /var/cache/yum/x86_64/7Server/ol7_addons check_config_file_age = True [....] |=| oem13 in ~ ○ → |=| oem13 in ~ ○ → yum install docker -y Loaded plugins: ulninfo ol7_UEKR5 | 2.5 kB 00:00:00 ol7_addons | 2.5 kB 00:00:00 ol7_latest | 2.7 kB 00:00:00 (1/2): ol7_addons/x86_64/primary_db | 169 kB 00:00:00 [....] Complete! |=| oem13 in ~ ○ → |=| oem13 in ~ ○ → sudo curl -L "https://github.com/docker/compose/releases/download/1.28.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 633 100 633 0 0 1013 0 --:--:-- --:--:-- --:--:-- 1012 100 11.6M 100 11.6M 0 0 4661k 0 0:00:02 0:00:02 --:--:-- 7101k |=| oem13 in ~ ○ → sudo chmod +x /usr/local/bin/docker-compose |=| oem13 in ~ ○ → |=| oem13 in ~ ○ → systemctl enable --now docker Created symlink from /etc/systemd/system/multi-user.target.wants/docker.service to /usr/lib/systemd/system/docker.service. |=| oem13 in ~ ○ →

  • grafana_oracle

    Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager

  • |=| oem13 in ~ ○ → git clone https://github.com/Project-42/grafana_oracle.git Cloning into 'grafana_oracle'... remote: Enumerating objects: 70, done. remote: Counting objects: 100% (70/70), done. remote: Compressing objects: 100% (42/42), done. remote: Total 958 (delta 34), reused 57 (delta 23), pack-reused 888 Receiving objects: 100% (958/958), 2.35 MiB | 3.12 MiB/s, done. Resolving deltas: 100% (559/559), done. |=| oem13 in ~ ○ →

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Prometheus Fundamentals (Lesson-01)

    2 projects | dev.to | 29 Dec 2023
  • Looking for a way to remote in to K's of raspberry pi's...

    11 projects | /r/sysadmin | 10 Dec 2023
  • 10 Kubernetes Visualization Tool that You Can't Afford to Miss

    1 project | dev.to | 2 Jul 2023
  • Why is the Prometheus metric 'kube_pod_completion_time' returning empty query results?

    1 project | /r/PrometheusMonitoring | 23 Jun 2023
  • If you use Oracle - new prebuilt dash/alerts/metrics in free Grafana Cloud tier

    1 project | /r/grafana | 10 May 2023