Sign inSign up

aisge/oraping

By aisge

Updated over 3 years ago

Container for monitoring oracle-database-instance

Image
0

298

aisge/oraping repository overview

Description

Container to monitor oracle-database-instance with the following steps:

  • Connecting to DB
  • Execute select count(*) from DUAL
  • Checking result
  • Disconnect

Usage

docker run -e USER=<username> -e PASS=<password> -e CONN=<jdbc-connect-string> -e INTERVAL=<seconds> -v <folder>:/logs/ aisge/oraping

Output is appended to /logs/oraping.log after every execution (including timestamp).

Tag summary

Content type

Image

Digest

sha256:549185ea3

Size

234.8 MB

Last updated

over 3 years ago

docker pull aisge/oraping