ApolloNTZX

Results 12 comments of ApolloNTZX

> Can your try this ? > > ``` > LANG=en_US.UTF-8 LC_ALL= glances > ``` Yeah, it's work, but if I change the size of the terminal, then everything breaks....

+1 after updating for latest version (and clear install too) ![image](https://github.com/grafana/grafana-zabbix/assets/8112733/40b5c92a-d490-4adf-82b2-563bcc70ac45)

try it: ```bash chmod +x gpx_zabbix-plugin_linux_amd64 ``` in /var/lib/grafana//

another dead plugin, huh? the author is not going to do anything? there is a version lock there

The only thing the author needs to do is add a tag and publish an update on pub.dev (without a tag it doesn’t work). That’s it — the problem with...

i have exactly the same problem. It works on two identical servers, but on the third one it crashes for no reason. There is no third-party software, the servers are...

Yo, the issue is that the container is rockin’ the Flutter SDK image. You can peep that from the sweet results of the previous steps, like ```flutter analyze```, ```flutter test```,...

actual: ```log INFO: Backup of original analysis_options.yaml file to analysis_options.yaml.sonar INFO: Running 'flutter [analyze, --no-fatal-warnings, --no-fatal-infos]' INFO: Restored original analysis_options.yaml file INFO: ------------------------------------------------------------------------ INFO: EXECUTION FAILURE INFO: ------------------------------------------------------------------------ INFO: Total...

But this GitHub Action runs in a Docker container environment, so Flutter should be inside it, ideally. ```log Run sonarsource/sonarqube-scan-action@master with: projectBaseDir: . env: SONAR_TOKEN: *** SONAR_PROJECT_KEY: SONAR_HOST_URL: *** /usr/bin/docker...