This branch fixes a number of Windows build issues - though not all of them, check_icmp still breaks the build.
It also implements proper support for check_ping, check_users and check_disk on Windows. You can merge this Pull Request by running: git pull https://github.com/gunnarbeutner/monitoring-plugins windows-fixes Or you can view, comment on it, or merge it online at: https://github.com/monitoring-plugins/monitoring-plugins/pull/1255 -- Commit Summary -- * Add missing file extensions for some of the plugins. * Make check_ping work on Windows. * Make check_users work on Windows. * Make check_disk work on Windows. -- File Changes -- M configure.ac (68) M plugins/Makefile.am (2) M plugins/check_disk.c (21) M plugins/check_ping.c (7) M plugins/check_users.c (42) -- Patch Links -- https://github.com/monitoring-plugins/monitoring-plugins/pull/1255.patch https://github.com/monitoring-plugins/monitoring-plugins/pull/1255.diff -- Reply to this email on GitHub: https://github.com/monitoring-plugins/monitoring-plugins/pull/1255
