Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 1669
blob0c3af5085f87a3ab416b5eca5f11b4ad471d7ff1
1 Title: mrpe program check_16bit_program.cc: Monitors 16 bit programs on windows
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.2.7i1
6 Date: 1421241371
7 Class: feature
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.
12 For example:
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.