creepyjim / prtg-addons

Automatically exported from code.google.com/p/prtg-addons
0 stars 0 forks source link

PRTG issue when sending commands to exe's #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Download PTF Tweet plug-in
2.Extract EXE to required directory, register exe with twitter
3.Configure Plugin within PRTG Web interface

What is the expected output? What do you see instead?
When PRTG sends a command to an application via command prompt it does not 
allow for spaces within the command parameter.
IE when running the above command from command line you run the following
tweet.exe -a=twitter_username -t=[%sitename] %device %name %status %down 
(%message)
When PRTG runs the command its running the following
tweet.exe-a=twitter_username -t=[%sitename] %device %name %status %down 
(%message)

Note there is no space between tweet.exe and the parameters being passed

What version of the product are you using? On what operating system?
PRTG 8

Please provide any additional information below.

Original issue reported on code.google.com by server.a...@gmail.com on 29 Sep 2010 at 3:34

GoogleCodeExporter commented 8 years ago
I could not reproduce the issue above. 
I did find an other issue however, where the computers eventlog keeps reporting 
that the account cannot be found. This is now fixed in version 2.0.2 that is 
available for download.

Original comment by gerard.f...@gmail.com on 30 Sep 2010 at 12:44

GoogleCodeExporter commented 8 years ago

Original comment by gerard.f...@gmail.com on 8 Oct 2010 at 10:49