Custom check not getting executed - permanent staying as pending

Hello tosch,

thank you for that explaination of the item. It now makes a lot more sense this way, a simple change to the service_description to 'service_description' : 'Posa %s', fixed the item error.

On the change of the check name, that seems not possible as I need the agent output:

<<<ps:sep(9)>>>
(SYSTEM,0,24,0,0,0,0,176416674744871,-4294967296,-4294967284,1582711495)        System Idle Process
(SYSTEM,4404,1332,0,4,0,0,2537117427469,1802,233,31440646)      System
(\\NT-AUTORITÄT\SYSTEM,5560,1608,0,612,0,156001,483291098,43,3,31440646)        smss.exe
(\\NT-AUTORITÄT\SYSTEM,51724,5628,0,704,3,304981955,830237322,1293,10,31440593) csrss.exe
(\\NT-AUTORITÄT\SYSTEM,49340,5364,0,764,2,0,312002,93,3,31440590)       wininit.exe

And cmk only give me this data as the ‘info’ variable if my check is called ‘ps.name’ , so unless there is another way to get this data my check needs to be called ps.posa.

It seems I have to understand the ps and ps.perf checks to find out want is still missing.

Thank you so far.