-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.add a graph of packet received and send. 3.modified the return code to adapt normal zabbix return code.
- Loading branch information
朱金贺
committed
Jul 7, 2015
1 parent
33dd0bd
commit f87398a
Showing
4 changed files
with
88 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
##Description: | ||
The ZooKeeper service can be monitored in one of two primary ways; | ||
|
||
1) the command port through the use of 4 letter words | ||
|
||
2) JMX. See the appropriate section for your environment/requirements. | ||
|
||
1. zookeeper命令行模式结合telnet或者nc:http://zookeeper.apache.org/doc/r3.4.6/zookeeperAdmin.html#sc_zkCommands | ||
|
||
2. 通过JMX监控zookeeper:http://zookeeper.apache.org/doc/r3.4.6/zookeeperJMX.html | ||
|
||
##模板使用方法: | ||
Monitoring zookeeper remotely on zabbix server. | ||
|
||
1.upload getZookeeperInfo.py to externalscripts folder. A chmod/chown to get execution permission is necessary. | ||
|
||
2.import the template and linked to the host. | ||
|
||
##Macros | ||
|
||
You don't need to modify the template if you are using the standard port to access to the zookeeper (port 2181). | ||
If you need a different zookeeper port for the monitor, you will need to modify the {$ZOOKEEPERPORT} macro. | ||
|
||
##Triggers | ||
|
||
There are 2 trigger to detect zookeeper port issues. | ||
|
||
##Graphs | ||
|
||
There is a graph of zookeeper received packets and sended packets. | ||
|
||
|
||
##Contributors: | ||
|
||
* [xiaobao623 ] (https://github.com/xiaobao623) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters