HOWTO check shiva services
Why do that¶
You want to check if your administrative services are properly submitted and executed.
What to do¶
1 . Ensure you shiva cluster is running. On a standalone platform use the
1 | alice@laptop:~$ punchplatform-shiva.sh --status |
2 . Check the administrative elasticsearch shiva logs
Shiva logs all its action, and in particular the execution of its tasks into elasticsearch. It is likely you have a shiva kibana dashboard at hand. If not locate the [shiva-logs] index and use the discover dashboard to check what is executed where.
3 . Check what is submitted to shiva
You may also want to check what is now scheduled in shiva. You can do that with the following terminal command :
1 | source
|