Skip to content
Snippets Groups Projects
Commit 31bb4dbc authored by Sergey Joseph Ivanov's avatar Sergey Joseph Ivanov
Browse files

more checks to sample

parents e14c9a39 3f00dbc4
No related branches found
No related tags found
No related merge requests found
......@@ -38,3 +38,32 @@ Core::TcpService {
Core::DiskFree {
/ : noop
}
=======
Core::Load {
local : noop
}
Core::Memstat {
local : noop
}
Core::TcpService {
ssh : host => 127.0.0.1, port => 22, timeout => 2
}
Core::Linux::Processes {
local : noop
}
Core::DiskFree {
/ : noop
}
Core::DiskFree {
/export/data : noop
}
Core::SMART {
/dev/sda : "-i -A"
}
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