Jane::CheckConfig
Inherits Reference < Object
Constructors
new(cpu : Nil | Jane::CPUCheck, memory : Nil | Jane::MemoryCheck, filesystems : Hash(String, Jane::FilesystemCheck), network_interfaces : Hash(String, Jane::InterfaceCheck), network_connections : Hash(String, Jane::ConnectionCheck), network_bandwidths : Hash(String, Jane::BandwidthCheck), processes : Hash(String, Jane::ProcessCheck), files : Hash(String, Jane::FileCheck))
SourceInstance methods
cpu
Sourcecpu=(cpu : CPUCheck | Nil)
Sourcefiles
Sourcefiles=(files : Hash(String, FileCheck))
Sourcefilesystems
Sourcefilesystems=(filesystems : Hash(String, FilesystemCheck))
Sourcememory
Sourcememory=(memory : MemoryCheck | Nil)
Sourcemerge!(other : CheckConfig)
Sourcenetwork_bandwidths
Sourcenetwork_bandwidths=(network_bandwidths : Hash(String, BandwidthCheck))
Sourcenetwork_connections
Sourcenetwork_connections=(network_connections : Hash(String, ConnectionCheck))
Sourcenetwork_interfaces
Sourcenetwork_interfaces=(network_interfaces : Hash(String, InterfaceCheck))
Sourceprocesses
Sourceprocesses=(processes : Hash(String, ProcessCheck))
Source