icinga2/plugins
Alexander A. Klimov c2ddd20ef3 Fix compiler warnings by (copy-)constructing loop variables explicitly
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.
2025-04-22 13:55:49 +02:00
..
check_disk.cpp Replace std/boost::bind() function with lambda expression 2021-03-10 16:29:40 +01:00
check_load.cpp
check_memory.cpp
check_network.cpp Add summarized performance data to check_network 2019-09-06 20:46:32 +02:00
check_nscp_api.cpp Fix compiler warnings by (copy-)constructing loop variables explicitly 2025-04-22 13:55:49 +02:00
check_perfmon.cpp Fix compiler warnings in Windows plugins 2019-04-30 10:32:44 +02:00
check_ping.cpp Fix compiler warnings in Windows plugins 2019-04-30 10:32:44 +02:00
check_procs.cpp
check_service.cpp Disable program option guessing in check_service 2019-05-17 19:57:08 +02:00
check_swap.cpp
check_update.cpp Fix compiler warnings in Windows plugins 2019-04-30 10:32:44 +02:00
check_uptime.cpp Fix compiler warnings in Windows plugins 2019-04-30 10:32:44 +02:00
check_users.cpp
CMakeLists.txt
thresholds.cpp
thresholds.hpp