keedio / nagios-hadoop

This repository contains a collection of nagios plugins to monitor Hadoop ecosystem.
Apache License 2.0
6 stars 3 forks source link

Few questions and overview #8

Closed Tamerkadan closed 9 years ago

Tamerkadan commented 9 years ago

Hi, First thanks for the contribution , Second, can you give an overview of nagios/hadoop check? What output it will give us?

Another major issue, can it be used at storm/stormnimbus servers? @jdgonzalez-keedio @jucaf Thanks a lot

jucaf commented 9 years ago

There are 3 checkhadoop files, check_hadoop_hdfs checks hdfs status (%used storage, total amount of blocks in use, datanodes balancing, corrupted blocks, missing blocks, under replicated blocks, check if one and only one NN is active and one in standby) check_hadoop_httpfs check httpfs sanity (writable, file/directory owner group permission) and check_hadoop_journalnode check journalnodes sanity (time taken to process requests, in sync journalnodes and quorum state)

To check storm you can use https://github.com/keedio/nagios-hadoop/blob/master/check_storm.py and https://github.com/keedio/nagios-hadoop/blob/master/stormStatus.py

Tamerkadan commented 9 years ago

Thanks for the detailed answer.

What is the storm checks do ?

jucaf commented 9 years ago

it check bolts load and latency.

Tamerkadan commented 9 years ago

Thanks !