Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Neumann committed Aug 6, 2019
1 parent db85f29 commit 903f2f9
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Expand Up @@ -62,6 +62,7 @@ scrape_configs:
params:
tablerows: [true]
lobbytes: [true]
recovery: [true]
static_configs:
- targets:
- oracle.host.com:9161
Expand All @@ -78,6 +79,7 @@ scrape_configs:
params:
tablebytes: [true]
indexbytes: [true]
recovery: [true]
static_configs:
- targets:
- oracle.host.com:9161
Expand All @@ -98,23 +100,25 @@ export NLS_LANG=AMERICAN_AMERICA.UTF8
```bash
Usage of ./prometheus_oracle_exporter:
-accessfile string
Last access for parsed Oracle Alerts. (default "access.conf")
Last access for parsed Oracle Alerts. (default "access.conf")
-configfile string
ConfigurationFile in YAML format. (default "oracle.conf")
ConfigurationFile in YAML format. (default "oracle.conf")
-indexbytes
Expose Index size for any Table (CAN TAKE VERY LONG)
Expose Index size for any Table (CAN TAKE VERY LONG)
-lobbytes
Expose Lobs size for any Table (CAN TAKE VERY LONG)
Expose Lobs size for any Table (CAN TAKE VERY LONG)
-logfile string
Logfile for parsed Oracle Alerts. (default "exporter.log")
Logfile for parsed Oracle Alerts. (default "exporter.log")
-recovery
Expose Recovery percentage usage of FRA (CAN TAKE VERY LONG)
-tablebytes
Expose Table size (CAN TAKE VERY LONG)
Expose Table size (CAN TAKE VERY LONG)
-tablerows
Expose Table rows (CAN TAKE VERY LONG)
Expose Table rows (CAN TAKE VERY LONG)
-web.listen-address string
Address to listen on for web interface and telemetry. (default ":9161")
Address to listen on for web interface and telemetry. (default ":9161")
-web.telemetry-path string
Path under which to expose metrics. (default "/metrics")
Path under which to expose metrics. (default "/metrics")
```

# Grafana
Expand Down

0 comments on commit 903f2f9

Please sign in to comment.