Hadoop Monitoring with Nagios [closed]Novell Cluster services monitoring with NagiosNagios monitoring with SMS alerts via ClickatellMunin vs NagiosShowing total progress in rsync: is it possible?Hadoop single node cluster memory and storage requirementshadoop hbase environment variablesRedundant monitoring with NagiosNagios & Nc_net -> S.M.A.R.Thow to install hadoop2.4.1 in windows with spark 2.0.0Monitoring Ansible pull with Nagios
Ribbon Cable Cross Talk - Is there a fix after the fact?
Why the function ScalingFunctions does not work?
Is keeping the forking link on a true fork necessary (Github/GPL)?
What did the 'turbo' button actually do?
Is it safe to redirect stdout and stderr to the same file without file descriptor copies?
Is it normal to "extract a paper" from a master thesis?
To exponential digit growth and beyond!
Unary Enumeration
Cisco 3750X Power Cable
How to teach an undergraduate course without having taken that course formally before?
Determine direction of mass transfer
How to deceive the MC
Testing using real data of the customer
Could a rotating ring space station have a bolo-like extension?
What is the limit to a Glyph of Warding's trigger?
Which biographies of Sri Chaitanya Mahaprabhu is it stated that His Sankirtana movement will spread throughout the world one day?
Is a world with one country feeding everyone possible?
Are there historical examples of audiences drawn to a work that was "so bad it's good"?
Toxic, harassing lab environment
How do you earn the reader's trust?
How to find sum of maximum K elements in range in array
What is the purpose of the yellow wired panels on the IBM 360 Model 20?
(For training purposes) Are there any openings with rook pawns that are more effective than others (and if so, what are they)?
Align vertices between two edges
Hadoop Monitoring with Nagios [closed]
Novell Cluster services monitoring with NagiosNagios monitoring with SMS alerts via ClickatellMunin vs NagiosShowing total progress in rsync: is it possible?Hadoop single node cluster memory and storage requirementshadoop hbase environment variablesRedundant monitoring with NagiosNagios & Nc_net -> S.M.A.R.Thow to install hadoop2.4.1 in windows with spark 2.0.0Monitoring Ansible pull with Nagios
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
i want to monitor my Hadoop cluster using Nagios tool but i did not get the enough information to setup. also i searched for online documents hardly found 2 which is not clear.can anyone help me to do this?
linux nagios hadoop
closed as off-topic by Keith, womble♦ May 14 at 0:58
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – Keith, womble
add a comment |
i want to monitor my Hadoop cluster using Nagios tool but i did not get the enough information to setup. also i searched for online documents hardly found 2 which is not clear.can anyone help me to do this?
linux nagios hadoop
closed as off-topic by Keith, womble♦ May 14 at 0:58
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – Keith, womble
add a comment |
i want to monitor my Hadoop cluster using Nagios tool but i did not get the enough information to setup. also i searched for online documents hardly found 2 which is not clear.can anyone help me to do this?
linux nagios hadoop
i want to monitor my Hadoop cluster using Nagios tool but i did not get the enough information to setup. also i searched for online documents hardly found 2 which is not clear.can anyone help me to do this?
linux nagios hadoop
linux nagios hadoop
asked May 9 at 1:35
shwethashwetha
1
1
closed as off-topic by Keith, womble♦ May 14 at 0:58
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – Keith, womble
closed as off-topic by Keith, womble♦ May 14 at 0:58
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – Keith, womble
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
here are the list of nagios plugis for HDFS
https://exchange.nagios.org/directory/Plugins/Others/check_hadoop-2Ddfs-2Esh/details
you can find all hadoop plugins https://exchange.nagios.org/index.php?option=com_mtree&task=search&Itemid=74&searchword=hadoop
Also useful Git repo for Ngaios plugins
can u plz help me with any documnets how to configure it becoz it looks complicated.. really appreciate your help
– shwetha
May 9 at 11:03
you can configure services and mentioned path of scripts likedefine service use hadoop-service host_name localhost service_description hadoop check_command check_script_name!20!50 define command command_name check_pbs command_line $USER1$/check_pbs.pl -Q dque -tw $ARG1$ -tm $ARG2$
– sanjayparmar
May 9 at 11:18
Please follow following links and download required file, change and then apply moserit.com/blog/… and assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/…
– sanjayparmar
May 9 at 11:19
as per my above comment please download custom file and change in your nagios files. howtoforge.com/tutorial/write-a-custom-nagios-check-plugin . if you follow above link you would be able to setup
– sanjayparmar
May 9 at 11:20
@shwetha have you checked these solutions ?
– sanjayparmar
May 13 at 7:27
|
show 1 more comment
Best is enable jmx for process reference is https://stackoverflow.com/questions/17813385/enable-jmx-in-hadoop-job and write your nagios custom script based on your requirement. Some good metrics listed here https://www.datadoghq.com/blog/collecting-hadoop-metrics/
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
here are the list of nagios plugis for HDFS
https://exchange.nagios.org/directory/Plugins/Others/check_hadoop-2Ddfs-2Esh/details
you can find all hadoop plugins https://exchange.nagios.org/index.php?option=com_mtree&task=search&Itemid=74&searchword=hadoop
Also useful Git repo for Ngaios plugins
can u plz help me with any documnets how to configure it becoz it looks complicated.. really appreciate your help
– shwetha
May 9 at 11:03
you can configure services and mentioned path of scripts likedefine service use hadoop-service host_name localhost service_description hadoop check_command check_script_name!20!50 define command command_name check_pbs command_line $USER1$/check_pbs.pl -Q dque -tw $ARG1$ -tm $ARG2$
– sanjayparmar
May 9 at 11:18
Please follow following links and download required file, change and then apply moserit.com/blog/… and assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/…
– sanjayparmar
May 9 at 11:19
as per my above comment please download custom file and change in your nagios files. howtoforge.com/tutorial/write-a-custom-nagios-check-plugin . if you follow above link you would be able to setup
– sanjayparmar
May 9 at 11:20
@shwetha have you checked these solutions ?
– sanjayparmar
May 13 at 7:27
|
show 1 more comment
here are the list of nagios plugis for HDFS
https://exchange.nagios.org/directory/Plugins/Others/check_hadoop-2Ddfs-2Esh/details
you can find all hadoop plugins https://exchange.nagios.org/index.php?option=com_mtree&task=search&Itemid=74&searchword=hadoop
Also useful Git repo for Ngaios plugins
can u plz help me with any documnets how to configure it becoz it looks complicated.. really appreciate your help
– shwetha
May 9 at 11:03
you can configure services and mentioned path of scripts likedefine service use hadoop-service host_name localhost service_description hadoop check_command check_script_name!20!50 define command command_name check_pbs command_line $USER1$/check_pbs.pl -Q dque -tw $ARG1$ -tm $ARG2$
– sanjayparmar
May 9 at 11:18
Please follow following links and download required file, change and then apply moserit.com/blog/… and assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/…
– sanjayparmar
May 9 at 11:19
as per my above comment please download custom file and change in your nagios files. howtoforge.com/tutorial/write-a-custom-nagios-check-plugin . if you follow above link you would be able to setup
– sanjayparmar
May 9 at 11:20
@shwetha have you checked these solutions ?
– sanjayparmar
May 13 at 7:27
|
show 1 more comment
here are the list of nagios plugis for HDFS
https://exchange.nagios.org/directory/Plugins/Others/check_hadoop-2Ddfs-2Esh/details
you can find all hadoop plugins https://exchange.nagios.org/index.php?option=com_mtree&task=search&Itemid=74&searchword=hadoop
Also useful Git repo for Ngaios plugins
here are the list of nagios plugis for HDFS
https://exchange.nagios.org/directory/Plugins/Others/check_hadoop-2Ddfs-2Esh/details
you can find all hadoop plugins https://exchange.nagios.org/index.php?option=com_mtree&task=search&Itemid=74&searchword=hadoop
Also useful Git repo for Ngaios plugins
answered May 9 at 7:29
sanjayparmarsanjayparmar
345112
345112
can u plz help me with any documnets how to configure it becoz it looks complicated.. really appreciate your help
– shwetha
May 9 at 11:03
you can configure services and mentioned path of scripts likedefine service use hadoop-service host_name localhost service_description hadoop check_command check_script_name!20!50 define command command_name check_pbs command_line $USER1$/check_pbs.pl -Q dque -tw $ARG1$ -tm $ARG2$
– sanjayparmar
May 9 at 11:18
Please follow following links and download required file, change and then apply moserit.com/blog/… and assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/…
– sanjayparmar
May 9 at 11:19
as per my above comment please download custom file and change in your nagios files. howtoforge.com/tutorial/write-a-custom-nagios-check-plugin . if you follow above link you would be able to setup
– sanjayparmar
May 9 at 11:20
@shwetha have you checked these solutions ?
– sanjayparmar
May 13 at 7:27
|
show 1 more comment
can u plz help me with any documnets how to configure it becoz it looks complicated.. really appreciate your help
– shwetha
May 9 at 11:03
you can configure services and mentioned path of scripts likedefine service use hadoop-service host_name localhost service_description hadoop check_command check_script_name!20!50 define command command_name check_pbs command_line $USER1$/check_pbs.pl -Q dque -tw $ARG1$ -tm $ARG2$
– sanjayparmar
May 9 at 11:18
Please follow following links and download required file, change and then apply moserit.com/blog/… and assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/…
– sanjayparmar
May 9 at 11:19
as per my above comment please download custom file and change in your nagios files. howtoforge.com/tutorial/write-a-custom-nagios-check-plugin . if you follow above link you would be able to setup
– sanjayparmar
May 9 at 11:20
@shwetha have you checked these solutions ?
– sanjayparmar
May 13 at 7:27
can u plz help me with any documnets how to configure it becoz it looks complicated.. really appreciate your help
– shwetha
May 9 at 11:03
can u plz help me with any documnets how to configure it becoz it looks complicated.. really appreciate your help
– shwetha
May 9 at 11:03
you can configure services and mentioned path of scripts like
define service use hadoop-service host_name localhost service_description hadoop check_command check_script_name!20!50 define command command_name check_pbs command_line $USER1$/check_pbs.pl -Q dque -tw $ARG1$ -tm $ARG2$ – sanjayparmar
May 9 at 11:18
you can configure services and mentioned path of scripts like
define service use hadoop-service host_name localhost service_description hadoop check_command check_script_name!20!50 define command command_name check_pbs command_line $USER1$/check_pbs.pl -Q dque -tw $ARG1$ -tm $ARG2$ – sanjayparmar
May 9 at 11:18
Please follow following links and download required file, change and then apply moserit.com/blog/… and assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/…
– sanjayparmar
May 9 at 11:19
Please follow following links and download required file, change and then apply moserit.com/blog/… and assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/…
– sanjayparmar
May 9 at 11:19
as per my above comment please download custom file and change in your nagios files. howtoforge.com/tutorial/write-a-custom-nagios-check-plugin . if you follow above link you would be able to setup
– sanjayparmar
May 9 at 11:20
as per my above comment please download custom file and change in your nagios files. howtoforge.com/tutorial/write-a-custom-nagios-check-plugin . if you follow above link you would be able to setup
– sanjayparmar
May 9 at 11:20
@shwetha have you checked these solutions ?
– sanjayparmar
May 13 at 7:27
@shwetha have you checked these solutions ?
– sanjayparmar
May 13 at 7:27
|
show 1 more comment
Best is enable jmx for process reference is https://stackoverflow.com/questions/17813385/enable-jmx-in-hadoop-job and write your nagios custom script based on your requirement. Some good metrics listed here https://www.datadoghq.com/blog/collecting-hadoop-metrics/
add a comment |
Best is enable jmx for process reference is https://stackoverflow.com/questions/17813385/enable-jmx-in-hadoop-job and write your nagios custom script based on your requirement. Some good metrics listed here https://www.datadoghq.com/blog/collecting-hadoop-metrics/
add a comment |
Best is enable jmx for process reference is https://stackoverflow.com/questions/17813385/enable-jmx-in-hadoop-job and write your nagios custom script based on your requirement. Some good metrics listed here https://www.datadoghq.com/blog/collecting-hadoop-metrics/
Best is enable jmx for process reference is https://stackoverflow.com/questions/17813385/enable-jmx-in-hadoop-job and write your nagios custom script based on your requirement. Some good metrics listed here https://www.datadoghq.com/blog/collecting-hadoop-metrics/
answered May 9 at 8:39
asktyagiasktyagi
3078
3078
add a comment |
add a comment |