failmon.properties
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:3k
源码类别:

网格计算

开发平台:

Java

  1. #
  2. # Licensed to the Apache Software Foundation (ASF) under one
  3. # or more contributor license agreements.  See the NOTICE file
  4. # distributed with this work for additional information
  5. # regarding copyright ownership.  The ASF licenses this file
  6. # to you under the Apache License, Version 2.0 (the
  7. # "License"); you may not use this file except in compliance
  8. # with the License.  You may obtain a copy of the License at
  9. #
  10. #      http://www.apache.org/licenses/LICENSE-2.0
  11. #
  12. # Unless required by applicable law or agreed to in writing, software
  13. # distributed under the License is distributed on an "AS IS" BASIS,
  14. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. # See the License for the specific language governing permissions and
  16. # limitations under the License.
  17. #
  18. # HDFS properties
  19. hdfs.upload.dir = /failmon
  20. hadoop.conf.path = ../../../conf
  21. # Hadoop Log file properties
  22. log.hadoop.enabled = true
  23. log.hadoop.filenames = /home/hadoop/hadoop-0.17.0/logs/
  24. # set to non-zero only for continous mode:
  25. log.hadoop.interval = 0
  26. log.hadoop.dateformat = \d{4}-\d{2}-\d{2}
  27. log.hadoop.timeformat = \d{2}:\d{2}:\d{2}
  28. # System Log file properties
  29. log.system.enabled = true
  30. log.system.filenames = /var/log/messages
  31. # set to non-zero only for continous mode:
  32. log.system.interval = 0
  33. log.system.dateformat = (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s+(\d+)
  34. log.system.timeformat = \d{2}:\d{2}:\d{2}
  35. # Network Interfaces
  36. nic.enabled = true
  37. nic.list = eth0, eth1
  38. # set to non-zero only for continous mode:
  39. nic.interval = 0
  40. # CPUs & Motherboard
  41. cpu.enabled = true
  42. # set to non-zero only for continous mode:
  43. cpu.interval = 0
  44. # Disk devices. For all devices listed under disks.list, the corresponding
  45. # property disk./dev/xxx.source specifies where the output of 
  46. # "sudo smartctl --all /dev/xxx" can be read by a user. If this property is
  47. # missing, super-user privileges are assumed and the smartctl command will be 
  48. # invoked itself.
  49. disks.enabled = true
  50. disks.list = /dev/sda, /dev/sdb, /dev/sdc, /dev/sdd, /dev/hda, /dev/hdb, /dev/hdc, /dev/hdd
  51. #disks./dev/sda.source = hda.smart
  52. # set to non-zero only for continous mode:
  53. disks.interval = 0
  54. # lm-sensors polling
  55. sensors.enabled = true
  56. # set to non-zero only for continous mode:
  57. sensors.interval = 0
  58. # Executor thread properties
  59. executor.interval.min = 1
  60. # Anonymization properties
  61. anonymizer.hash.hostnames = false
  62. anonymizer.hash.ips = false
  63. anonymizer.hash.filenames = false
  64. anonymizer.hostname.suffix = apache.org
  65. # Local files options
  66. local.tmp.filename = failmon.dat
  67. local.tmp.compression = false
  68. # set to non-zero only for continous mode:
  69. local.upload.interval = 0