Code Monkey home page Code Monkey logo

Comments (4)

Yannig avatar Yannig commented on August 30, 2024

Hi,

You need to edit your Grafana dashboard in order to get your metrics.

Are you able to view your metrics in field to query Prometheus?

Regards,

Yannig

from oracledb_exporter.

Seth1u avatar Seth1u commented on August 30, 2024

Hi,

I have installed binary sources on my Oracle Linux server running with Oracle 12 c.

Can you show me right oracledb_exporter.service example that work and how to make my own collector for metrics please?

Thanks

from oracledb_exporter.

pnrmx avatar pnrmx commented on August 30, 2024

Can you show me right oracledb_exporter.service example that work

This work example for RHel7:

cat > /etc/systemd/system/oracledb_exporter.service 
[Unit]
Description=Service for oracle telemetry client
After=network.target
[Service]
Type=oneshot
#User=oracledb_exporter
ExecStart=oracledb_exporter -log.level error -web.listen-address 0.0.0.0:9161
[Install]
WantedBy=multi-user.target
^D

where "^D" is keyboard ctrl-D.

Then check, that service works:

# systemctl daemon-reload
# systemctl start oracledb_exporter.service
# systemctl status oracledb_exporter.service

from oracledb_exporter.

Yannig avatar Yannig commented on August 30, 2024

README updated with this instructions.

from oracledb_exporter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.