04-03-2020 07:24 AM
Gentle hubber,
this is my workflow schema
It is a simple workflow that runs on any JunOS device in our netwkork environment once a day. It launches “show chassis alarms” to look for some particular malfunctions that are not sysloggable by the device. If there are alarms they are written in a log file on the server and and email is prepaired for every device containing its own alarms.
There are five workflow’s scope variables to handle this passage of informations:
Two things are not working after more that 300 attempts. Here it is the first: the central inclusive parallel don’t trigger the right path even though i can see that the variables are correctly valorized and the check is made looking if the variable GLB_found is “Equals to” “nothing”/”alarms”/”errors”.
The second one is: when (randomly) the inclusive trigger the alarms path, only one email is sent for one device evev if there are multiple devices choosen by me that should be there.
If you want i can past the code of each box here.
Thank you for the support
Solved! Go to Solution.
04-08-2020 10:38 PM
The 8.4.3 will address the bug with conditions. 8.4.3 is expected mid April (very soon).
There is a fix available for 8.4.2. Ask GTAC.
regarding the email, one of options you have:
As inspiration you can use ERS inventory workflow.
Good luck and stay safe!
04-09-2020 08:27 AM
Wow thank you for this availability,
In which platform do you mean you we can schedule the session with the nickname zpala? Skype? Zoom?
04-09-2020 07:56 AM
If you contact me directly (zpala), we can schedule online session and go through the workflow. I agree the workflow is complex, but the idea is not so difficult to explain.
04-09-2020 07:40 AM
Hi Zdenek,
yes i am in a safe place working at home. Great that there will be an imminent update and for the GTAC option.
I was somehow thinking about the file way you mentioned even if i am not so sure how to deal with device count or info combination. I was even already studying the workflow you send me, i found it on https://github.com/extremenetworks/ExtremeScripting/tree/master/Netsight/oneview_workflows
as ERS inventory.
The script is a bit complex to understand for me but i am learning a lot studying it
Thank you, best regards
04-08-2020 10:38 PM
The 8.4.3 will address the bug with conditions. 8.4.3 is expected mid April (very soon).
There is a fix available for 8.4.2. Ask GTAC.
regarding the email, one of options you have:
As inspiration you can use ERS inventory workflow.
Good luck and stay safe!