Skip to content
New issue

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

Improve ServiceNow Instance Detection #16

Open
rgstephens opened this issue May 19, 2020 · 1 comment
Open

Improve ServiceNow Instance Detection #16

rgstephens opened this issue May 19, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@rgstephens
Copy link
Contributor

  • Read snow_credentials.yml on session start so changes are picked up without restart of action server
  • Detect if SNOW instance is accessible at session start instead of depending on localmode (maybe add localmode value of auto to enable this)
  • Setup servicenow-instance-wakeup to keep instance up
@rgstephens rgstephens added the enhancement New feature or request label May 19, 2020
@rgstephens rgstephens assigned rgstephens and unassigned rgstephens May 19, 2020
@rgstephens
Copy link
Contributor Author

There's now a scheduled cron job that keeps the ServiceNow instance awake by hitting it every 12 hours.

Here's the crontab entry:

12 4,16 * * * /home/greg/servicenow-instance-wakup/snwakeup.sh > /tmp/snwakeup.log 2>&1

It uses the following files in /home/greg/servicenow-instance-wakup:

servicenow-instance-wakeup-linux-amd64
snwakeup.sh

I'm pulling the binary package from the servicenow-instance-wakeup project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant