我是新手mrtg
,不知道这些.ok
文件在mrtg
系统中起什么作用。你能帮我解答这个疑问吗?
答案1
--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
扩展名只是附加到配置文件的副本,但您可以.ok
使用标志指定自己的文件--confcache-file
。如果您使用该--fhs
选项,配置缓存文件将保存为/var/cache/mrtg/mrtg.ok
。