-1

I have some issues using local scripts with Check MK on Windows XP. Indeed, I don't know where I need to put my scripts to have information on Check Mk. The version I'm using is 1.6.0p30 and the agent version on XP is 1.5.0p25. On Windows 7 or 10, we need to put scripts in C:\ProgrammData\agent\check_mk\local but on XP the folder "ProgramData" don't exsit. My scripts use OpenHardewareMonitorReport.exe to get the CPU temp and FAN rpm.

I've tried to put my scripts in folder "C:\Program Files\check_mk\local but nothing. I've tried to update the agent version but I can't.

Wai Ha Lee
  • 8,598
  • 83
  • 57
  • 92
Marks
  • 19
  • 2
  • 1
    The equivalent location for ```"%ProgramData%\agent\check_mk\local"``` on Windows XP would be ```"%AllUsersProfile%\Application Data\agent\check_mk\local"```. – Compo Apr 19 '23 at 14:15
  • Thanks but I find the location. It's C:\Program Files\check_mk\local. – Marks Apr 19 '23 at 14:40
  • 1
    I never told you the location! I gave you the Windows XP default equivalent location to the Windows Vista+, _(you said Windows 7 and Windows 10)_, location you told us is used for your scripts. – Compo Apr 19 '23 at 14:47

1 Answers1

1

I found the location. It's C:\Program Files\check_mk\local.

Wai Ha Lee
  • 8,598
  • 83
  • 57
  • 92
Marks
  • 19
  • 2