XI check_oracle_health plugin tablespace errors

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
[email protected]
Posts: 68
Joined: Wed Dec 27, 2017 2:20 pm
Location: Nieuwegein, The Netherlands
Contact:

Re: XI check_oracle_health plugin tablespace errors

Post by [email protected] »

@comeonyoyo

Should the --mode connection-time mode that Scott suggests to check work, please also check --mode list-tablespacese.

If the last one fails then double check preparation steps at https://labs.consol.de/nagios/check_ora ... e-database. Especially these:

Code: Select all

grant select on SYS.DBA_DATA_FILES to nagios;
grant select on SYS.DBA_FREE_SPACE to nagios;
I've seen situations where either SYS.DBA* or V$INSTANCE grants were missing resulting in the error you reported. By the way.. your output proves that SELECT version FROM v$instance runs OK. So you can focus on SYS.DBA_DATA_FILES and SYS.DBA_FREE_SPACE.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: XI check_oracle_health plugin tablespace errors

Post by scottwilkerson »

Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
comeonyoyo
Posts: 17
Joined: Fri Apr 13, 2018 4:30 am

Re: XI check_oracle_health plugin tablespace errors

Post by comeonyoyo »

here is the result of test, and I will check with the owner of the database

grant select on SYS.DBA_DATA_FILES to nagios;
grant select on SYS.DBA_FREE_SPACE to nagios;

connection-time (looks ok)
connection time.png
list-tablespace (the same error)
list tablespace.png
Thank you ~
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: XI check_oracle_health plugin tablespace errors

Post by scottwilkerson »

Yes I would definitely check to verify the items mentioned above with the DB owner.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked