mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
for (const T& needle : haystack) creates the illusion that haystack is a container of T and we're just borrowing needle. In these cases that's not true. |
||
|---|---|---|
| .. | ||
| check_disk.cpp | ||
| check_load.cpp | ||
| check_memory.cpp | ||
| check_network.cpp | ||
| check_nscp_api.cpp | ||
| check_perfmon.cpp | ||
| check_ping.cpp | ||
| check_procs.cpp | ||
| check_service.cpp | ||
| check_swap.cpp | ||
| check_update.cpp | ||
| check_uptime.cpp | ||
| check_users.cpp | ||
| CMakeLists.txt | ||
| thresholds.cpp | ||
| thresholds.hpp | ||