-
Wondering if a Linux client can run activity alone without ever having connected to a API. If so what should be written in the application.json file? Right now I have it as it was out-of-the-box, but doesn't work. Tried on Rocky9, Rocky8 and Centos8. I did have my Rocky8 client working yesterday but that was a client who was connected to an API in the past i.e. had an instance ID. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 14 replies
-
Yes, clients will work without the API, you just won't be able to send them commands or collect activity history, but every activity should occur and be logged locally to ./logs/. You can turn off the API stuff in the client via the application.json file. When you say it doesn't work, what specifically is not working? |
Beta Was this translation helpful? Give feedback.
-
Hmm.
|
Beta Was this translation helpful? Give feedback.
-
Ah, so we have seen this weird Firefox behavior (on Windows IIRC) where it is creating an enormous amount of temp files. Can you please check the FF directories (app and profile) to see if this is the case? |
Beta Was this translation helpful? Give feedback.
-
Please try this: run a top -n 1;date > mylogfile.txt |
Beta Was this translation helpful? Give feedback.
I think my issue stems from my Ansible code. I've been trying to start Ghosts with a ansible task and not seeing anything I would expect because its effectively acting on a shell I can't see. So when I've been starting & restarting Ghosts over and over either by Ansible or manually, its clogging up memory leading to the 'out of memory' I've been seeing and why rebooting solves all issues.
I tired making a script for Ansible to run that instead but no help. I think I'll have to keep my Ansible playbook to just configuring the client before starting it up.