through a scheduled task that run:
Code: Select all
c:\windows\system32\wscript.exe c:\inetpub\cactid\invisible.vbs c:\inetpub\cactid\poller.bat
Code: Select all
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run WScript.Arguments(0), 0, False
Code: Select all
<path_to_my_php_dir>\php.exe <path_to_my_cacti_dir>\poller.php
What has changed for this to occurr? Is there a new procedure to get rid of it?
Regards.