Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在设置 Graphite 以在封闭系统中绘制指标,其中:
我试图通过纯粹对安装文件进行 scp-ing 来弄清楚我将如何处理这个安装。任何想法和建议都会有所帮助。
干杯。
你不能。为了生成 ICMP 数据包,需要打开一个所谓的“RAW 套接字”。在大多数 UNIX 系统上,只有超级用户 (root) 可以打开此类套接字。carbon-cache.py(收集指标)需要root 权限来启动套接字连接等等。
carbon-cache.py
PS:您可以稍后通过在 中指示将它们发送给任何其他用户carbon.conf,但我不明白这对您有什么帮助。
carbon.conf