1 Title: mrpe program check_16bit_program.cc: Monitors 16 bit programs on windows
9 This script is only available as source code in the check_mk git repository under
10 <tt>doc/treasures/check_16bit_program.cc</tt>.
11 It should be configured as mrpe script in the check_mk.ini.
14 <tt>check = Pump_Program C:\test\check_16bit_program.exe petro3003.exe</tt>
16 On success it returns with exit code 0 and
17 "{program} is running. Path of executable: {Path of program}"
19 On failure it returns with exit code 2 and
20 "{program} not running"
22 Note: 16 Bit programs in windows are actually not real processes. They are executed
23 as separate threads in processes named ntvdm.exe.