Skip to content
Snippets Groups Projects
Commit 000f74b7 authored by root's avatar root Committed by Sergey Joseph Ivanov
Browse files

clean resmon.conf.sample

parent e05df5d6
No related branches found
No related tags found
No related merge requests found
......@@ -19,26 +19,22 @@ Core::Resmon {
resmon : noop
}
#Core::Cpu {
# local : noop
#}
#Core::Load {
# local : noop
#}
Core::Linux::Cpu {
cpu : noop
}
#Core::Iostat {
# sd0 : noop
#}
Core::Load {
local : noop
}
#Core::Memstat {
# local : noop
#}
Core::Memstat {
local : noop
}
#Core::TcpService {
# ssh : host => 127.0.0.1, port => 22, timeout => 2
#}
Core::TcpService {
ssh : host => 127.0.0.1, port => 22, timeout => 2
}
#Core::File {
# /path/to/file : noop
#}
Core::DiskFree {
/ : noop
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment