Documentation ¶
Index ¶
- Variables
- func CACertChainFile() string
- func CAKeyFile() string
- func CAsCertFile() string
- func CertChainFile() string
- func CertFile() string
- func HTTPLocalURL() string
- func HTTPNodeAndPortURL(node, port string) string
- func HTTPNodeURL(node string) string
- func HTTPUnixFile() string
- func HTTPUnixURL() string
- func KeyFile() string
- func ProfileUnixFile() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( HTTPPort = 1215 DrainChanDuration = 40 * time.Millisecond // ImonDelayDuration is the minimum for new imon publication ImonDelayDuration = 250 * time.Millisecond // ReadyDuration define the minimum time to wait during the startup of an instance object by imon // The ready duration impacts the durations involved during daemon cluster split analyse (see nmon spit // detection details). ReadyDuration = 5 * time.Second // Username is the current username, or "root" if user.Current has error Username string // Groupname is the current group name from user.Current, or "root" if user.LookupGroupId has error Groupname string // HTTPUnixFileBasename is the basename of http listener unix socket HTTPUnixFileBasename = "http.sock" )
View Source
var ( // SubQSSmall is the daemon subscription small queue size SubQSSmall uint64 = 200 // SubQSSmall is the daemon subscription medium queue size SubQSMedium uint64 = 1000 // SubQSSmall is the daemon subscription large queue size SubQSLarge uint64 = 20000 // SubQSHuge is the daemon subscription huge queue size SubQSHuge uint64 = 40000 )
Functions ¶
func CACertChainFile ¶
func CACertChainFile() string
func CAsCertFile ¶
func CAsCertFile() string
func CertChainFile ¶
func CertChainFile() string
func HTTPLocalURL ¶
func HTTPLocalURL() string
func HTTPNodeAndPortURL ¶
func HTTPNodeURL ¶
func HTTPUnixFile ¶
func HTTPUnixFile() string
func HTTPUnixURL ¶
func HTTPUnixURL() string
func ProfileUnixFile ¶
func ProfileUnixFile() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.