我是mrtg的新手,我找不到.ok文件在mrtg系统中的作用。你能帮我解决这个疑问吗?
发布于 2018-05-22 11:15:33
--confcache-file filename
Use an alternate confcache-file (the default is to use the
configuration-file appended with ".ok")
--fhs
Configure all mrtg paths to conform to the FHS specification.
The following default values are assumed:
confcachefile - /var/cache/mrtg/mrtg.ok
pid-file - /var/run/mrtg.pid
lock-file - /var/cache/mrtg/mrtg.lck
log-file - /var/log/mrtg.log.ok文件似乎是一个保存mrtg配置的缓存文件,默认情况下,.ok扩展名只是附加到配置文件的副本中,但是您可以使用--confcache-file标志指定自己的.ok文件。如果使用--fhs选项,配置缓存文件将保存为/var/cache/mrtg/mrtg.ok。
https://askubuntu.com/questions/1038992
复制相似问题