-
Notifications
You must be signed in to change notification settings - Fork 21
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
Sexigraf stopped running pull scripts #396
Comments
Thx for your response! However I can see the crons in syslog, like this one:
So I took the command and run it manually:
If I however start pwsh and then run the script within pwsh it works.
Same for a simple script:
Looks like there is something wrong with .NET and not sexigraf. I'll keep you posted.... edit: formatting |
Crazy stuff! |
Didn't update it before now - apt history and ssh log also shows noone touched it. I couldn't figure out what caused the issue exactly. strace looked ok'ish - it just aborts. I spent hours googling and chatgpt'ing (is that the right word?) and grepping through logs... So I gave up on finding out what happened and just wanted it to be fixed.
I assume pwsh itself must have kicked the bucket. Thanks for your help! |
thanks a lot for your feedback, also spent some time googling (didnt thought about chatgpting it) but by the looks of it, it sounds related to pwsh indeed. FYI i always use the latest LTS version as long as everything works fine. |
Hi, just wanted to let you know: Wich can be fixed (maybe only temporarily) with
I found this here, describing an issue where running pwsh -c or pwsh -f leads to the clr dying du to some optimization beeing stored int above file. Details can be found here. So I came up with this:
And now I run it as cron every hour... |
what kind of CPU are you running? |
2x Intel Xeon Silver 4210 |
can you try to upgrade the vHardware on the sexigraf vm just to test? |
also, did you install any security tool in the appliance? |
also does it have access to internet? |
any updates? |
Hey,
my Sexigraf instance stopped pulling data at 2nd May 4:00 CEST from all VBR and unmanaged ESXis (there is nothing else in the inventory). (I've been on vacation, and sexigraf is not used yet, still in trial - thats why I'm late to the party)
So grafana only shows its own metrics.
In /var/log/sexigraf/ there are no new logs for VbrPullSatistics etc.
Only logs which geht updated are
There is also no change in the patterns for when it stopped pulling data - so no error message hinting at what could go wrong.
I also checked the standard stuff... There is enough disk space, inodes left, ram is good, cpu is good, etc.
If I run ViPullStatistics.ps1 manually it also works, and I have a set of data points for the ESXi it is run for.
Since ViPullStatistics.ps1 basically works, and there are no Transcripts in /var/log/sexigraf: what does invoke it? Where should I look next?
There is nothing in crontab...
Cheers
Red
The text was updated successfully, but these errors were encountered: