Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple instance in the same server #5

Open
ccbezerra opened this issue Nov 9, 2018 · 4 comments
Open

Multiple instance in the same server #5

ccbezerra opened this issue Nov 9, 2018 · 4 comments

Comments

@ccbezerra
Copy link

Hi,

I have 5 instance, sometimes more, in the same server. How can I monitor all instances ?

@Lelik13a
Copy link
Owner

Lelik13a commented Nov 9, 2018

You can use macros {$DATABASE} - databases SID.
Or slightly change script pyora-discovery.py and use different ports (not 1521). pyora-active.py already have argument --port.

@ccbezerra
Copy link
Author

How can I do ? On macro ${DATABASE} I tried to use "orcl, prod" or "orcl prod" but didn´t work.

@Lelik13a
Copy link
Owner

Lelik13a commented Nov 9, 2018

You must use own zabbix host for every SID.
Like:
"Host_ORCL"; macro ${DATABASE} "ORCL"
"Host_PROD"; macro ${DATABASE} "PROD"

@dan-aksenov
Copy link
Contributor

dan-aksenov commented Apr 19, 2019

And what about monitoring 12c with pluggable databases? Each of them have separate set fo tablespaces, but only one sid for entire CDB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants