You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
788 B
YAML

---
# jmx ports
hadoop_namenode_jmx_port: 10103
hadoop_secondary_namenode_jmx_port: 10104
hadoop_datanode_jmx_port: 10105
hadoop_balancer_jmx_port: 10106
hadoop_jobtracker_jmx_port: 10107
hbase_master_jmx_port: 10101
hbase_regionserver_jmx_port: 10102
hbase_thrift_jmx_port: 10109
hbase_zookeeper_jmx_port: 10110
zookeeper_jmx_port: 10108
#
# Used by nagios
hadoop_plugins_dir: /usr/lib/nagios/plugins/hadoop
root_disk: /dev/xvda2
data_disk: /dev/xvda3
root_disk_warn: 20%
disk_warn: '{{ root_disk_warn }}'
root_disk_crit: 10%
disk_crit: '{{ root_disk_crit }}'
data_disk_warn: 7%
data_disk_crit: 4%
hbase_check_user: hbasecheck
hbase_check_timeout: 560
hdfs_warn: 90
hdfs_crit: 95
nagios_proclist_red: '{{ redprocs }}'
nagios_proclist_yellow: '{{ yellowprocs }}'
nagios_nrpe_port: 5666