miscellaneous question
-
@JeeLet I give it the "Lux" value but it doesn't keep it
You can ignore the default unit by adding a label
ignore_unit:true
, this is applicable for name and metric type.
if you change any of the following from the default to custom value useignore_*
label.Example:
- I changed the
name
,unit
, andmetricType
labels: ignore_name: "true" ignore_unit: "true" ignore_metric_type: "true"
to know more about defined labels: https://github.com/mycontroller-org/server/blob/6ce7df3a32325af16fb87b638cd45c58110cbe1d/pkg/types/labels.go
- I changed the
-
@JeeLet said in miscellaneous question:
In the example, there is no way to do it by clicking on the element
I could not find a way to click from legend. I have created a GH issue to track this. In the future we may resolve this. https://github.com/mycontroller-org/console-web/issues/11
-
Thank you
The Lux are well La
(ignore_unit:true is good)For my 2nd question "click from the legend"
here I talked about the problem that when you are in "Edit" mode of a widget
https://forum.mycontroller.org/topic/510/vokoscreencan we put this function back when we are in "Visualization" mode?
clicking on the curve is as good, even better
-
@JeeLet said in miscellaneous question:
can we put this function back when we are in "Visualization" mode?
It is back already. the group chart and mixed chart is not designed the way other charts behave. So drill down is not implemented in those charts. I will find a way for this.
-
-
Hello
you say that ". It is already back. the group graph and the mixed graph".
ok, but no it has no change !
(I tell you this for information, it's not important)but I just redid an install with the last version
e 24 juillet 2022 Server Host ID : 91ffxxxxxxx Version : master ..... Build Date : 2022-07-06T11:05:29+00:00 GoLang Version : go1.18.3 (linux, arm64) Web Console Version : master ..... Build Date : 2022-06-07T15:13:36+00:00 React Version ; 17.0.2
-
@JeeLet said in miscellaneous question:
you say that ". It is already back. the group graph and the mixed graph".
This is feature is not available for group graph and mixed graph from the beginning.
Do you see any issues on the other widgets? -
re-Edit
Merci, I finally understood about the curves, excuse me .
.... next, "Do you see problems on the other widgets ?"
No everything is good, the widgets are easy to duplicate, the system is stable and responsive; really good ... great MyC.a new question
is it possible to navigate between the dashboards without going through the top dropdown menu?
widgets that call other pages, other dashbords!a good week to you
-
@JeeLet said in miscellaneous question:
is it possible to navigate between the dashboards without going through the top dropdown menu?
widgets that call other pages, other dashbords!This is a cool idea. I will think about this.
a good week to you
you too
-
a reverse or a link to return
videoFor https://github.com/mycontroller-org/console-web/issues/11
.... for the continuationcool cool cool
-
@JeeLet said in miscellaneous question:
a reverse or a link to return
I think it is not a good idea to add dashboard link on field and other entities location. Browser back button works on this scenario.
-
the idea was to stay in the MyController application.
But yes, using the browser backspace is a solution.
... yes it is very easy for me to say, do this do that when I am in my Hammock
-
@JeeLet said in miscellaneous question:
... yes it is very easy for me to say, do this do that when I am in my Hammock
It is not like that. When we collaborate tougher we will get a great product at the end. You have given lot of awesome ideas and most of them implemented. But all the ideas not always win. It is easy to implement a link on other entities to dashboard. But I am afraid. It may pollute other pages. I will keep this in mind and if possible I will implement this in different way. Your ideas are always welcome!
-
Thank you for your philosophy, I am less bothered.
so I keep asking questions
the image panel widget has 3 types:
- Field (test)
- URL (test)
- Disk /??)
I tested with an image, png or jpeg format, large and small format, but nothing.
in Location there is : /home/toto/image/sablineigem.png
this function is for What ????
and a local webcam is possible ???
-
@JeeLet said in miscellaneous question:
in Location there is : /home/toto/image/sablineigem.png
this function is for What ????
and a local webcam is possible ???What do you have configured on the
mycontroller.yaml
in directories insecure_share
andinsecure_share
,directories: data: /mc_home/data logs: /mc_home/logs tmp: /mc_home/tmp secure_share: /mc_home/secure_share insecure_share: /mc_home/insecure_share
insecure_share
- works without loginsecure_share
- works on logged in session
I would recommend to go withsecure_share
in most of the cases.
Usage example based on the above configuration:
- I have put an image in
/mc_home/secure_share/toto/image/sablineigem.png
- In dashboard I can access as follows,
/secure_share/toto/image/sablineigem.png
The same way for
insecure_share
can be added in dashboard. in addition insecure share can be accessible outside dashboard like this,/mc_home/insecure_share/toto/image/sablineigem.png
>> http://localhost:8080/insecure_share/toto/image/sablineigem.png
-
this does not work
with user root , create directory /image
in /opt/apps/mycontroller/mc_home/secure_share/image
with the images in it
(small and big size and .png .jpg .gif)I tried adding in
mycontroller.yaml
directories: data: mc_home/data logs: mc_home/logs tmp: mc_home/tmp secure_share: mc_home/secure_share insecure_share: mc_home/insecure_share image: mc_home/secure_share/image
I restarted MyC ..... and still nothing
I let the cake cool down and come back later
doc : https://v2.mycontroller.org/docs/advanced-installation/backend-configuration/#directories
-
@JeeLet said in miscellaneous question:
this does not work
can you share details of dashboard widget?
-
Yaml view
id: 39de50a6-1aaa-4f15-9394-205c3e547193 title: Panel Title showTitle: true scrollbarDisabled: false static: false type: widget_image_panel layout: w: 52 h: 113 x: 0 'y': 0 config: field: {} imageLocation: /secure_share/image/architecture.png refreshInterval: 0 rotation: '0' sourceType: disk
image de 155,8kB https://github.com/mycontroller-org/documentation/blob/master/static/doc-images/architecture.png
in /opt/apps/mycontroller/mc_home/secure_share/image
-
@JeeLet I am unable to reproduce the issue
my setup$ tree mycontroller mycontroller āāā LICENSE.txt āāā logs āĀ Ā āāā mycontroller.log āāā mcctl.sh āāā mc_home āĀ Ā āāā certs āĀ Ā āĀ Ā āāā https_ssl āĀ Ā āĀ Ā āāā mc_generated.crt āĀ Ā āĀ Ā āāā mc_generated.key āĀ Ā āāā data āĀ Ā āĀ Ā āāā storage āĀ Ā āĀ Ā āāā memory_db āĀ Ā āĀ Ā āāā yaml āĀ Ā āĀ Ā āāā dashboard__1.yaml āĀ Ā āĀ Ā āāā settings__1.yaml āĀ Ā āĀ Ā āāā user__1.yaml āĀ Ā āāā insecure_share āĀ Ā āĀ Ā āāā test.txt āĀ Ā āāā logs āĀ Ā āāā secure_share āĀ Ā āāā image āĀ Ā āāā architecture.png āāā mycontroller-server āāā mycontroller.yaml
file size:
$ ls -lh mycontroller/mc_home/secure_share/image/architecture.png -rw-rw-r--. 1 root root 153K Jul 29 20:13 mycontroller/mc_home/secure_share/image/architecture.png
widget:
id: 500d9d31-9dad-47fe-a696-0999ebd31215 title: Panel Title showTitle: true scrollbarDisabled: false static: false type: widget_image_panel layout: w: 52 h: 113 x: 0 'y': 0 config: field: {} imageLocation: /secure_share/image/architecture.png refreshInterval: 0 rotation: '0' sourceType: disk
-
...@odroidc2:/opt/apps$ tree mycontroller mycontroller āāā executable āĀ Ā āāā LICENSE.txt āĀ Ā āāā logs āĀ Ā āĀ Ā āāā mycontroller.log āĀ Ā āāā mcctl.sh āĀ Ā āāā mc_home āĀ Ā āĀ Ā āāā certs āĀ Ā āĀ Ā āĀ Ā āāā https_ssl āĀ Ā āĀ Ā āĀ Ā āāā mc_generated.crt āĀ Ā āĀ Ā āĀ Ā āāā mc_generated.key āĀ Ā āĀ Ā āāā data āĀ Ā āĀ Ā āĀ Ā āāā firmware āĀ Ā āĀ Ā āĀ Ā āāā storage āĀ Ā āĀ Ā āĀ Ā āāā memory_db āĀ Ā āĀ Ā āĀ Ā āāā yaml āĀ Ā āĀ Ā āĀ Ā āāā dashboard__1.yaml āĀ Ā āĀ Ā āĀ Ā āāā data_repository__1.yaml āĀ Ā āĀ Ā āĀ Ā āāā field__1.yaml āĀ Ā āĀ Ā āĀ Ā āāā gateway__1.yaml āĀ Ā āĀ Ā āĀ Ā āāā handler__1.yaml āĀ Ā āĀ Ā āĀ Ā āāā node__1.yaml āĀ Ā āĀ Ā āĀ Ā āāā schedule__1.yaml āĀ Ā āĀ Ā āĀ Ā āāā settings__1.yaml āĀ Ā āĀ Ā āĀ Ā āāā source__1.yaml āĀ Ā āĀ Ā āĀ Ā āāā user__1.yaml āĀ Ā āĀ Ā āāā logs āĀ Ā āĀ Ā āĀ Ā āāā gateway_logs āĀ Ā āĀ Ā āĀ Ā āāā gw_Gw485.log āĀ Ā āĀ Ā āĀ Ā āāā gw_Gw485.log.20220722_195619 āĀ Ā āĀ Ā āĀ Ā āāā gw_GwCan.log āĀ Ā āĀ Ā āāā tmp āĀ Ā āāā mycontroller-server āĀ Ā āāā mycontroller.yaml āĀ Ā āāā README.txt āĀ Ā .... ....... āĀ Ā āāā RedHatTextVFModified-updated.2aa8547f.woff2 āĀ Ā āāā RedHatTextVF-updated-ItalicModified.9abd7afa.woff2 āāā mc_home āĀ Ā āāā insecure_share āĀ Ā āāā secure_share āĀ Ā āāā image āĀ Ā āāā architecture_mini.png āĀ Ā āāā architecture.png āĀ Ā āāā BB.gif āĀ Ā āāā sablineige.jpg āĀ Ā āāā sablineigem.png āĀ Ā āāā sablineige.png āĀ Ā āāā server-setup.png āāā mycontroller-server-master-linux-arm64.tar.gz.1
ls -lh mycontroller/mc_home/secure_share/image/architecture.png -rw-rw-r-- 1 root root 153K juil. 29 14:53 mycontroller/mc_home/secure_share/image/architecture.png