Hi all,

I’m trying to setup a custom plugin on a windows server.
The plugin is not running every minute, but actually there is a cronjob running 
it, and updating a txt file.
Path: C:\defragmentation.txt
This file contains:
you don't have to defrag c:|c_file_fragmentation=1%
you don't have to defrag d:|c_file_fragmentation=0%

And I put a .bat file in the plugin folder of the agent.
Containing:
@echo off
echo ^<^<^<disk_fragmentations^>^>^>
type c:\defragmentation.txt

Now when I open a telnet to the check_mk port on that server, I clearly see it 
in the output;
<<<win_fragmentations>>>
you don't have to defrag c:|c_file_fragmentation=1%
you don't have to defrag d:|c_file_fragmentation=0%
<<<local>>>
<<<mrpe>>>
<<<systemtime>>>
1471590108

Now my question is, why is check_mk not picking it up, and how should I fix 
this?
I tried some other things in the past, which did not work eiter…

I hope it’s something small ☺

Thanks in advance!
_______________________________________________
omd-users mailing list
[email protected]
http://lists.mathias-kettner.de/mailman/listinfo/omd-users

Reply via email to