├── README.md ├── ResourceManager-template ├── README.md ├── Template Cluster YARN ResourceManager.xml ├── cluster-yarn-plugin.sh ├── resources │ └── YarnRM-jmx-qry.json └── zabbix-yarn.py ├── hadoop-template ├── README.md ├── Template Cluster Hadoop.xml ├── cluster-hadoop-plugin.sh ├── resources │ ├── NN-jmx-active-qry.json │ └── NN-jmx-standby-qry.json └── zabbix-hadoop.py ├── hbase-master-template ├── Template Cluster HBase Master.xml ├── cluster-HMaster-plugin.sh ├── resources │ ├── jmx-backup-master-qry.json │ └── jmx-master-qry.json └── zabbix-HMaster.py ├── hive-template └── Template Cluster Hive.xml └── zookeeper-template ├── README.md ├── Template Cluster Zookeeper.xml └── userparameter_zkstat.conf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/README.md -------------------------------------------------------------------------------- /ResourceManager-template/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/ResourceManager-template/README.md -------------------------------------------------------------------------------- /ResourceManager-template/Template Cluster YARN ResourceManager.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/ResourceManager-template/Template Cluster YARN ResourceManager.xml -------------------------------------------------------------------------------- /ResourceManager-template/cluster-yarn-plugin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/ResourceManager-template/cluster-yarn-plugin.sh -------------------------------------------------------------------------------- /ResourceManager-template/resources/YarnRM-jmx-qry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/ResourceManager-template/resources/YarnRM-jmx-qry.json -------------------------------------------------------------------------------- /ResourceManager-template/zabbix-yarn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/ResourceManager-template/zabbix-yarn.py -------------------------------------------------------------------------------- /hadoop-template/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/hadoop-template/README.md -------------------------------------------------------------------------------- /hadoop-template/Template Cluster Hadoop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/hadoop-template/Template Cluster Hadoop.xml -------------------------------------------------------------------------------- /hadoop-template/cluster-hadoop-plugin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/hadoop-template/cluster-hadoop-plugin.sh -------------------------------------------------------------------------------- /hadoop-template/resources/NN-jmx-active-qry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/hadoop-template/resources/NN-jmx-active-qry.json -------------------------------------------------------------------------------- /hadoop-template/resources/NN-jmx-standby-qry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/hadoop-template/resources/NN-jmx-standby-qry.json -------------------------------------------------------------------------------- /hadoop-template/zabbix-hadoop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/hadoop-template/zabbix-hadoop.py -------------------------------------------------------------------------------- /hbase-master-template/Template Cluster HBase Master.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/hbase-master-template/Template Cluster HBase Master.xml -------------------------------------------------------------------------------- /hbase-master-template/cluster-HMaster-plugin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/hbase-master-template/cluster-HMaster-plugin.sh -------------------------------------------------------------------------------- /hbase-master-template/resources/jmx-backup-master-qry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/hbase-master-template/resources/jmx-backup-master-qry.json -------------------------------------------------------------------------------- /hbase-master-template/resources/jmx-master-qry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/hbase-master-template/resources/jmx-master-qry.json -------------------------------------------------------------------------------- /hbase-master-template/zabbix-HMaster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/hbase-master-template/zabbix-HMaster.py -------------------------------------------------------------------------------- /hive-template/Template Cluster Hive.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/hive-template/Template Cluster Hive.xml -------------------------------------------------------------------------------- /zookeeper-template/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/zookeeper-template/README.md -------------------------------------------------------------------------------- /zookeeper-template/Template Cluster Zookeeper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/zookeeper-template/Template Cluster Zookeeper.xml -------------------------------------------------------------------------------- /zookeeper-template/userparameter_zkstat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Staroon/zabbix-hadoop-template/HEAD/zookeeper-template/userparameter_zkstat.conf --------------------------------------------------------------------------------