当前位置:网站首页>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 





边栏推荐
- 泰山OFFICE技术讲座:段落边框的布局难点
- 从零实现深度学习框架——再探多层双向RNN的实现
- Shell script case ---2
- MySQL common functions
- Source code analysis sentry user behavior record implementation process
- Script redis write project notes
- Acwing 92. recursive implementation of exponential enumeration
- Wechat applet learning five page Jump methods
- 容错、熔断的使用与扩展
- Guys, do you need to configure anything to use rocksdb when using flinksql? Or do you need any jar packages
猜你喜欢

如何在IM系统中实现抢红包功能?

Okaleido tiger NFT is about to log in to binance NFT platform

字符串匹配的KMP
Learn some programming: anti unemployment "vaccine"

【网络空间安全数学基础第3章】同余
![Detailed explanation of MSTP protocol for layer 3 switch configuration [Huawei ENSP experiment]](/img/ee/e0770298d0534014485145c434491a.png)
Detailed explanation of MSTP protocol for layer 3 switch configuration [Huawei ENSP experiment]

Ansible的安装及部署

What is prescaler in STM32

String matching KMP

QT notes - realize form adaptation
随机推荐
QT notes - realize form adaptation
【网络空间安全数学基础第9章】有限域
What is prescaler in STM32
Overview of MES system equipment management (medium)
利用huggingface模型翻译英文
微信公众号开发:素材管理(临时、永久)
QT notes - EventFilter event filter
泰山OFFICE技术讲座:段落边框的布局难点
Why is the datetime type field 8 hours earlier when I use flinkcdc to read MySQL's binlog?
三、MFC消息映射机制实现原理
[mathematical basis of Cyberspace Security Chapter 3] congruence
QT notes - sort a column specified by qtablewidget
C Advanced - data storage
Learn some programming: anti unemployment "vaccine"
Reserved instances & Savings Plans
Oceanbase Database Setup Test
Wechat official account development: Material Management (temporary and permanent)
字符串匹配的KMP
Try... Finally summary
Zhihuihuayun | cluster log dynamic collection scheme