Hi Luigi,
Is there any plans to customize the tag criteria sent through DaGPusher? If you have two DagPusher from two different miners, it is complex to figure out which one is coming from one DaGPusher and which one is coming from another.
Thanks
Regards,
Solved! Go to Solution.
Hi Bertrand,
good point ! it is possible today, but you have to create a new prototype for it:
- create a new file .yml in /opt/minemeld/local/prototypes
- content should be (double check the whitespaces):
description: test dagpusher prototypes: dagPusher: development_status: EXPERIMENTAL node_type: output description: > new dag pusher prototype with prefix newprefix_ class: minemeld.ft.dag.DagPusher config: tag_prefix: newprefix_
- reload the UI and you should find the new prototype
- the new prototype will generate dag tags with prefix newprefix_
(Yes, there is an ER already for creating prototypes from the UI :-))
Thanks !
luigi
Hi Bertrand,
good point ! it is possible today, but you have to create a new prototype for it:
- create a new file .yml in /opt/minemeld/local/prototypes
- content should be (double check the whitespaces):
description: test dagpusher prototypes: dagPusher: development_status: EXPERIMENTAL node_type: output description: > new dag pusher prototype with prefix newprefix_ class: minemeld.ft.dag.DagPusher config: tag_prefix: newprefix_
- reload the UI and you should find the new prototype
- the new prototype will generate dag tags with prefix newprefix_
(Yes, there is an ER already for creating prototypes from the UI :-))
Thanks !
luigi
Luigi,
You mean newprefix_, right?
Thanks
B.
Yes, fixed. Thanks
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!