servicemon.conf.source
来自「Network Administration Visualized 网络管理可」· SOURCE 代码 · 共 46 行
SOURCE
46 行
# This is a sample configuration file for# NAV servicemon.## $Id: $# Maximum number of threads. This value defaults to sysmaxint.maxthreads = 20# Recycle each thread after a given number of jobs# The value 0 means never.recycle interval = 50# How often do we want to check each servicecheckinterval = 60# How verbose should we bedebuglevel = 7# Set default timeout in seconds# Defalts to 5timeout = 5# Set default timeout for ssh# Defaults to 'timeout'ssh timeout = 10smtp timeout = 10pop3 timeout = 10# Number of retries before reporting state change# Defaults to 3retry = 3# Nuber of seconds to wait between each retry# Defaults to 5 secondsretry delay = 5# Location of the log filelogfile = @localstatedir@/log/servicemon.log# Location of the pid filepidfile = @localstatedir@/run/servicemon.pid
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?