Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-15 | check_icmp: clang-format | RincewindsHat | 1 | -783/+742 | |
2024-03-01 | check_icmp: keep performance data order in case of none-reachable hosts | Sven Nierlein | 2 | -32/+53 | |
For responding hosts nothing changes: ./check_icmp -H 10.0.0.1 OK - 10.0.0.1 rta 0.336ms lost 0%|rta=0.336ms;200.000;500.000;0; rtmax=0.471ms;;;; rtmin=0.000ms;;;; pl=0%;40;80;0;100 In case the host is down, the performance data now contain 'U' according to: https://www.monitoring-plugins.org/doc/guidelines.html#AEN201 Old: ./check_icmp -H 10.0.0.99 CRITICAL - 10.0.0.99: Host unreachable @ 10.0.1.138. rta nan, lost 100%|pl=100%;40;80;0;100 Old: ./check_icmp -H 10.0.0.99 CRITICAL - 10.0.0.99: Host unreachable @ 10.0.1.138. rta nan, lost 100%|rta=U;;;; rtmax=U;;;; rtmin=U;;;; pl=100%;40;80;0;100 This confuses some performance graphing tools, ex.: pnp. Signed-off-by: Sven Nierlein <sven@consol.de> | |||||
2023-12-28 | check_dhcp: Make implicit conversion explicit to dismiss warningrefs/pull/1980/head | RincewindsHat | 1 | -1/+1 | |
2023-12-06 | Prevent -lcrypto from showing up in Makefile dependencies | Eric Knibbe | 1 | -3/+3 | |
2023-10-15 | Fix for -Wunused-but-set-variablerefs/pull/1940/head | RincewindsHat | 1 | -3/+1 | |
2023-10-13 | Merge branch 'master' into check_dhcp_rogue_detectionrefs/pull/1906/head | Lorenz Kästle | 2 | -111/+631 | |
2023-10-12 | Fix spelling stuffrefs/pull/1928/head | RincewindsHat | 1 | -1/+1 | |
2023-10-12 | Add some more comments about the MOS score | RincewindsHat | 1 | -0/+22 | |
2023-10-09 | Even more code formatting and cleanup | RincewindsHat | 1 | -21/+26 | |
2023-10-08 | Do some more formatting | RincewindsHat | 1 | -107/+107 | |
2023-10-08 | Remove preprocessor macro | RincewindsHat | 1 | -6/+5 | |
2023-10-08 | Do some code formatting | RincewindsHat | 1 | -16/+17 | |
2023-10-08 | More consequent booleans | RincewindsHat | 1 | -2/+2 | |
2023-10-08 | fix unused variables compiler warning | RincewindsHat | 1 | -0/+2 | |
2023-10-08 | fix sign compare compiler warnings | RincewindsHat | 1 | -2/+2 | |
2023-10-08 | Initialise threshold variables properly | RincewindsHat | 1 | -1/+16 | |
2023-10-07 | Fix typo | RincewindsHat | 1 | -1/+1 | |
2023-10-07 | Refactor new threshold parser | RincewindsHat | 1 | -37/+45 | |
2023-10-07 | Do some actual error checking on the threshold parser | RincewindsHat | 1 | -6/+32 | |
2023-10-06 | Remove useless return after crash | RincewindsHat | 1 | -1/+0 | |
2023-10-06 | Change function type of get_thresholds to better reflect the options and ↵ | RincewindsHat | 1 | -7/+14 | |
describe it in general | |||||
2023-10-06 | Update comment | RincewindsHat | 1 | -2/+2 | |
2023-10-06 | Refactor get_threshold2 to be barely understandable | RincewindsHat | 1 | -35/+65 | |
2023-10-06 | check malloc | Danijel Tasov | 1 | -0/+4 | |
2023-10-06 | do not introduce new ints as bools | Danijel Tasov | 1 | -14/+16 | |
2023-10-04 | Merge branch 'master' into merge-jitter | datamuc | 1 | -340/+331 | |
2023-10-04 | unnecessary space | Danijel Tasov | 1 | -1/+1 | |
Signed-off-by: Danijel Tasov <m@rbfh.de> | |||||
2023-10-04 | readability improvements | Danijel Tasov | 1 | -3/+21 | |
Signed-off-by: Danijel Tasov <m@rbfh.de> | |||||
2023-10-04 | remove sun ifdef | Danijel Tasov | 1 | -5/+0 | |
my be readded later with proper comments Signed-off-by: Danijel Tasov <m@rbfh.de> | |||||
2023-10-04 | add some basic tests for the new modes | Danijel Tasov | 1 | -1/+47 | |
Signed-off-by: Danijel Tasov <m@rbfh.de> | |||||
2023-10-04 | update failure regex | Danijel Tasov | 1 | -1/+1 | |
2023-10-04 | fix host count on when checking multiple hosts | Danijel Tasov | 1 | -21/+24 | |
2023-10-04 | adjust check_icmp tests | Danijel Tasov | 2 | -6/+6 | |
2023-10-03 | Make some booleans nicer | Lorenz Kästle | 1 | -3/+3 | |
2023-10-03 | Some code formatting | Lorenz Kästle | 1 | -7/+7 | |
2023-10-03 | New variable is actually a boolean | Lorenz Kästle | 1 | -7/+8 | |
2023-10-03 | check_dhcp.c merged patch from #752 | Patrick Cervicek | 1 | -10/+34 | |
- added dhcp rogue detection contributed by Patrick Cervicek (patrick AT cervicek.de) - closes #752 | |||||
2023-10-01 | Update copyrightrefs/pull/1930/head | RincewindsHat | 1 | -1/+1 | |
2023-10-01 | Remove trailing lines | RincewindsHat | 1 | -3/+0 | |
2023-10-01 | Comment some endifs to make comprehension easier | RincewindsHat | 1 | -2/+3 | |
2023-10-01 | Use real booleans | RincewindsHat | 1 | -17/+14 | |
2023-10-01 | Homogenize whitespace usage | RincewindsHat | 1 | -305/+305 | |
2023-10-01 | Remove unnecessary type defines | RincewindsHat | 1 | -20/+16 | |
2023-09-28 | update-po | Danijel Tasov | 1 | -1/+1 | |
Signed-off-by: Danijel Tasov <m@rbfh.de> | |||||
2023-09-27 | cleanup more merge debris | Danijel Tasov | 1 | -8/+3 | |
Signed-off-by: Danijel Tasov <m@rbfh.de> | |||||
2023-09-26 | Add some spaces to the output | Danijel Tasov | 1 | -19/+19 | |
needed if multiple modes are used at once Signed-off-by: Danijel Tasov <m@rbfh.de> | |||||
2023-09-26 | fixed comment | Danijel Tasov | 1 | -1/+1 | |
Signed-off-by: Danijel Tasov <m@rbfh.de> | |||||
2023-09-25 | Fix speling | Danijel Tasov | 1 | -1/+1 | |
Signed-off-by: Danijel Tasov <m@rbfh.de> | |||||
2023-09-25 | Fix compile errors | Danijel Tasov | 1 | -8/+6 | |
Signed-off-by: Danijel Tasov <m@rbfh.de> | |||||
2023-09-25 | exit UNKNOWN on -V | Danijel Tasov | 1 | -1/+1 | |
Signed-off-by: Danijel Tasov <m@rbfh.de> |