Comments
-
Hi Partizan, you can set the timezone in the user profile
-
Hi, it will probably be the missing perl package that prevents the start. Try looking in the pure log - server-nest/logs/pure-error.log or send the full logs and I'll take a look: UI --> settings --> Logs --> support logs: follow the form Send us generated file via https://upload.xormon.com Note a reference pls.
-
Hi, you need to have the latest version: https://download.xormon.com/ng/xormon-ng-1.5.18.tar.gz And change password via ./xormon.sh password <username> <new_password>
-
Hi Phil, please send logs: cd /home/lpar2rrd/lpar2rrd # or your LPAR2RRD working dir tar cvhf logs.tar logs tmp/*txt tmp/*json data/Azure/*json gzip -9 logs.tar Send us logs.tar.gz via https://upload.lpar2rrd.com
-
Hi, I apologize for the delay in replying. Standalone node is not supported yet, we will look into it and send a version with standalone node support.
-
Hi Ricardo, you need to have Kubernetes metrics-server installed - https://github.com/kubernetes-sigs/metrics-server Look in the "Installation" section - https://github.com/kubernetes-sigs/metrics-server#installation
-
Hi Ricardo, please send the output: export APISERVER=<k8s_cluster_adress> export TOKEN=<token> curl -X GET $APISERVER/apis/metrics.k8s.io/v1beta1/pods --header "Authorization: Bearer $TOKEN" --insecure and check if metrics-server is running: kubectl get pods -n kube-system
-
Hi, please send logs: cd /home/lpar2rrd/lpar2rrd # or your LPAR2RRD working dir tar cvhf logs.tar logs tmp/*txt tmp/*json data/Kubernetes/*json gzip -9 logs.tar Send us logs.tar.gz via https://upload.lpar2rrd.com
-
Hi Roland, I sent you an email about sending the logs.
-
Hi Justin, the idea of selecting namespaces in the configuration is good and will be implemented. We haven't tried API path suffix yet, but if the request responds to the "ip:port/suffix/api/v1/nodes", it will work. Regards, Matěj
-
Hi Justin, we are working on adding namespaces. What version of the LPAR2RRD do you have? You can disable containers monitoring in Kubernetes configuration. (Containers statistics can occupy 30% of data space). We are also working on the possibility of monitoring only nodes and namespaces. Regards, Matěj
-
Hi, I sent you a patch to email from the upload form.
-
Hi, please send us logs: Note a short problem description in the text field of the upload form. cd /home/lpar2rrd/lpar2rrd # or where is your LPAR2RRD working dir tar cvhf logs.tar logs tmp/*txt tmp/*json data/Openshift/*json data/Openshift/conf/*json gzip -9 logs.tar Send us logs.tar.gz via https://upload.lpar2rrd.com
-
Hi, I apologize for the later response. The LWP version should be fine. Please be patient, I will try it in another environment. Are you connecting to the default port 8006?
-
Hi, please send LWP version: . /home/lpar2rrd/lpar2rrd/etc/lpar2rrd.cfg $PERL -MLWP -e 'use LWP::Protocol::https; print "LWP Version: $LWP::VERSION\n"'
-
Hi, RRD allocates the total capacity at creation, so there will be no increase in size. The only thing that could increase the size are new pods and containers for monitoring. But we did a fix to better clean up the data of old pods and containers. https://www.lpar2rrd.com/download/lpar2rrd-7.10-8.tar It is now possible to…
-
Hi Danny, RRD allocates the total capacity at creation, so there will be no increase in size. We are working on the possibility of disabling containers monitoring. Some customers said that it was enough to monitor their nodes and pods. What do you think? How many nodes and pods do you have in your environment?
-
Hi, there will be an error with credentials somewhere. Try curl command: curl --location --request POST 'https://login.microsoftonline.com/<TENANT_ID>/oauth2/token' \--form 'grant_type="client_credentials"' \--form 'client_id="<CLIENT_ID>"' \--form 'client_secret="<CLIENT_SECRET>"' \--form…
Howdy, Stranger!