Advertisement
Proff_Ust

Untitled

Feb 20th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.78 KB | None | 0 0
  1. # Prometheus-node-exporter supports the following options:
  2. #
  3. # --collector.diskstats.ignored-devices="^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\\d+n\\d+p)\\d+$"
  4. # Regexp of devices to ignore for diskstats.
  5. # --collector.filesystem.ignored-mount-points="^/(dev|proc|run|sys|mnt|media|var/lib/docker)($|/)"
  6. # Regexp of mount points to ignore for filesystem
  7. # collector.
  8. # --collector.filesystem.ignored-fs-types="^(autofs|binfmt_misc|cgroup|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|sysfs|tracefs)$"
  9. # Regexp of filesystem types to ignore for
  10. # filesystem collector.
  11. # --collector.netdev.ignored-devices="^lo$"
  12. # Regexp of net devices to ignore for netdev
  13. # collector.
  14. # --collector.netstat.fields="^(.*_(InErrors|InErrs)|Ip_Forwarding|Ip(6|Ext)_(InOctets|OutOctets)|Icmp6?_(InMsgs|OutMsgs)|TcpExt_(Listen.*|Syncookies.*)|Tcp_(ActiveOpens|PassiveOpens|RetransSegs|CurrEstab)|Udp6?_(InDatagrams|OutDatagrams|NoPorts))$"
  15. # Regexp of fields to return for netstat
  16. # collector.
  17. # --collector.ntp.server="127.0.0.1"
  18. # NTP server to use for ntp collector
  19. # --collector.ntp.protocol-version=4
  20. # NTP protocol version
  21. # --collector.ntp.server-is-local
  22. # Certify that collector.ntp.server address is the
  23. # same local host as this collector.
  24. # --collector.ntp.ip-ttl=1 IP TTL to use while sending NTP query
  25. # --collector.ntp.max-distance=3.46608s
  26. # Max accumulated distance to the root
  27. # --collector.ntp.local-offset-tolerance=1ms
  28. # Offset between local clock and local ntpd time
  29. # to tolerate
  30. # --path.procfs="/proc" procfs mountpoint.
  31. # --path.sysfs="/sys" sysfs mountpoint.
  32. # --collector.qdisc.fixtures=""
  33. # test fixtures to use for qdisc collector
  34. # end-to-end testing
  35. # --collector.runit.servicedir="/etc/service"
  36. # Path to runit service directory.
  37. # --collector.supervisord.url="http://localhost:9001/RPC2"
  38. # XML RPC endpoint.
  39. # --collector.systemd.unit-whitelist=".+"
  40. # Regexp of systemd units to whitelist. Units must
  41. # both match whitelist and not match blacklist to
  42. # be included.
  43. # --collector.systemd.unit-blacklist=".+(\\.device|\\.scope|\\.slice|\\.target)"
  44. # Regexp of systemd units to blacklist. Units must
  45. # both match whitelist and not match blacklist to
  46. # be included.
  47. # --collector.systemd.private
  48. # Establish a private, direct connection to
  49. # systemd without dbus.
  50. # --collector.textfile.directory="/var/lib/prometheus/node-exporter"
  51. # Directory to read text files with metrics from.
  52. # --collector.vmstat.fields="^(oom_kill|pgpg|pswp|pg.*fault).*"
  53. # Regexp of fields to return for vmstat collector.
  54. # --collector.wifi.fixtures=""
  55. # test fixtures to use for wifi collector metrics
  56. # --collector.arp Enable the arp collector (default: enabled).
  57. # --collector.bcache Enable the bcache collector (default: enabled).
  58. # --collector.bonding Enable the bonding collector (default: enabled).
  59. # --collector.buddyinfo Enable the buddyinfo collector (default:
  60. # disabled).
  61. # --collector.conntrack Enable the conntrack collector (default:
  62. # enabled).
  63. # --collector.cpu Enable the cpu collector (default: enabled).
  64. # --collector.diskstats Enable the diskstats collector (default:
  65. # enabled).
  66. # --collector.drbd Enable the drbd collector (default: disabled).
  67. # --collector.edac Enable the edac collector (default: enabled).
  68. # --collector.entropy Enable the entropy collector (default: enabled).
  69. # --collector.filefd Enable the filefd collector (default: enabled).
  70. # --collector.filesystem Enable the filesystem collector (default:
  71. # enabled).
  72. # --collector.hwmon Enable the hwmon collector (default: enabled).
  73. # --collector.infiniband Enable the infiniband collector (default:
  74. # enabled).
  75. # --collector.interrupts Enable the interrupts collector (default:
  76. # disabled).
  77. # --collector.ipvs Enable the ipvs collector (default: enabled).
  78. # --collector.ksmd Enable the ksmd collector (default: disabled).
  79. # --collector.loadavg Enable the loadavg collector (default: enabled).
  80. # --collector.logind Enable the logind collector (default: disabled).
  81. # --collector.mdadm Enable the mdadm collector (default: enabled).
  82. # --collector.meminfo Enable the meminfo collector (default: enabled).
  83. # --collector.meminfo_numa Enable the meminfo_numa collector (default:
  84. # disabled).
  85. # --collector.mountstats Enable the mountstats collector (default:
  86. # disabled).
  87. # --collector.netdev Enable the netdev collector (default: enabled).
  88. # --collector.netstat Enable the netstat collector (default: enabled).
  89. # --collector.nfs Enable the nfs collector (default: enabled).
  90. # --collector.nfsd Enable the nfsd collector (default: enabled).
  91. # --collector.ntp Enable the ntp collector (default: disabled).
  92. # --collector.qdisc Enable the qdisc collector (default: disabled).
  93. # --collector.runit Enable the runit collector (default: disabled).
  94. # --collector.sockstat Enable the sockstat collector (default:
  95. # enabled).
  96. # --collector.stat Enable the stat collector (default: enabled).
  97. # --collector.supervisord Enable the supervisord collector (default:
  98. # disabled).
  99. # --collector.systemd Enable the systemd collector (default: enabled).
  100. # --collector.tcpstat Enable the tcpstat collector (default:
  101. # disabled).
  102. # --collector.textfile Enable the textfile collector (default:
  103. # enabled).
  104. # --collector.time Enable the time collector (default: enabled).
  105. # --collector.uname Enable the uname collector (default: enabled).
  106. # --collector.vmstat Enable the vmstat collector (default: enabled).
  107. # --collector.wifi Enable the wifi collector (default: enabled).
  108. # --collector.xfs Enable the xfs collector (default: enabled).
  109. # --collector.zfs Enable the zfs collector (default: enabled).
  110. # --collector.timex Enable the timex collector (default: enabled).
  111. # --web.listen-address=":9100"
  112. # Address on which to expose metrics and web
  113. # interface.
  114. # --web.telemetry-path="/metrics"
  115. # Path under which to expose metrics.
  116. # --log.level="info" Only log messages with the given severity or
  117. # above. Valid levels: [debug, info, warn, error,
  118. # fatal]
  119. # --log.format="logger:stderr"
  120. # Set the log target and format. Example:
  121. # "logger:syslog?appname=bob&local=7" or
  122. # "logger:stdout?json=true"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement