当前位置:网站首页>Zabbix5.0.8-odbc monitoring Oracle11g
Zabbix5.0.8-odbc monitoring Oracle11g
2022-07-24 12:24:00 【QGS-0o0】
monitor oracle There are many ways ODBC,agent,agent2,Orabbix plug-in unit
Original address :Zabbix5.0.8-ODBC monitor oracle11g- Cloud community - Hua Wei Yun
Install first oracle client install oracle Client and verify oracle client - Cloud community - Hua Wei Yun
# Conduct ISQL test
# Verify that the configuration is successful
sql -v test
sqlplus user name / password @IP/oracle Database service name # Such as sqlplus system/[email protected]:1521/cdb1
# to oracle Create monitoring users
CREATE USER C##QGS123
IDENTIFIED BY QGS123
DEFAULT TABLESPACE SYSTEM
TEMPORARY TABLESPACE TEMP
PROFILE DEFAULT
ACCOUNT UNLOCK;
GRANT CONNECT TO C##QGS123;
GRANT RESOURCE TO C##QGS123;
GRANT SELECT ANY TABLE TO C##QGS123;
GRANT SELECT ANY DICTIONARY TO C##QGS123;
GRANT UNLIMITED TABLESPACE TO C##QGS123;
GRANT SELECT ANY DICTIONARY TO C##QGS123;
GRANT CREATE SESSION TO C##QGS123;
# notes
Create user C##QGS, password QGS123
Default tablespace system
Surface space temperature
The default value of the configuration file
Account unlock ;
Allow connections to C##QGS;
towards C##QGS Grant resources ;
Allow to select any table to C##QGS;
Allow to select any dictionary to C##QGS;
towards C##QGS Grant infinite table space ;
Allow to select any dictionary to C##QGS;
Grant create session permission to C##QGS;# Common monitoring Oracle database , Creating monitoring users only monitors database activity , Grant access to users
CREATE USER QGS2 IDENTIFIED BY QGS1234;
GRANT CONNECT TO QGS2;
# go back to web End configuration , Create a host , Add the template , Configure macro 





边栏推荐
- 02 linear structure 2 multiplication and addition of univariate polynomials (linked list solution)
- Use of multithreading in QT
- Time processing of basic library in go
- Online XML to CSV tool
- thinkphp 实现数据库备份
- Buckle practice - 25 non overlapping intervals
- 雪花算法(PHP)
- QT notes - sort a column specified by qtablewidget
- 理解数据的存与取
- Oceanbase Database Setup Test
猜你喜欢
随机推荐
L1-049 seat allocation of ladder race
QT notes - EventFilter event filter
Native Crash的一切
Buckle practice - 30 set the intersection size to at least 2
Makefile quick use
Wechat applet - drawing dashboard
做自媒体视频剪辑有免费可商用的素材网站吗?
Oracle 11.2.0.4 ASM single instance does not start automatically with system startup
QT notes - sort a column specified by qtablewidget
Reserved instances & Savings Plans
Acwing 92. recursive implementation of exponential enumeration
Leecode-268. missing numbers (Application of XOR, find numbers that do not appear, find numbers that only appear once)
Snowflake algorithm (PHP)
Buckle practice - 27 score after turning the matrix
STM32 - Fundamentals of C language
[mathematical basis of Cyberspace Security Chapter 9] finite field
Day4: circular structure
动态内存管理
Summary of MySQL database combined with actual SQL optimization of the project
How to eliminate the character set and sorting rules specially set for fields in MySQL tables?

![[mathematical basis of Cyberspace Security Chapter 3] congruence](/img/00/42a5f7f6f0e8a50884f4639767949f.jpg)


![[C and pointer Chapter 14] preprocessor](/img/da/a9a15299157389f8738f7c642a9ff7.png)



