We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the windows agent, if you set use_pup: no, the agent tries to start it up again:
use_pup: no
2014-01-28 08:37:08,417 | INFO | win32.agent(agent.pyc:91) | pup has died. Restarting... 2014-01-28 08:37:09,484 | INFO | win32.agent(agent.pyc:91) | pup has died. Restarting... 2014-01-28 08:37:10,487 | INFO | win32.agent(agent.pyc:91) | pup has died. Restarting... 2014-01-28 08:37:11,490 | INFO | win32.agent(agent.pyc:91) | pup has died. Restarting...
The text was updated successfully, but these errors were encountered:
It uses use_web_info_page instead of use_pup
Sorry, something went wrong.
ah ok sorry, i was setting both to no
no
f1fd7e9
No branches or pull requests
For the windows agent, if you set
use_pup: no
, the agent tries to start it up again:The text was updated successfully, but these errors were encountered: