event FwPaloAltoSessionUtilization "The current Session table usage is too high." = panSessionUtilization >= FwPaloAltopanSessionThreshold; export FwPaloAltoSessionUtilization;
My questions, which I hope some of you have an answer for:
1) This mdl fails because FwPaloAltopanSessionThreshold is used directly and it is only declared inside the "interface PP_FW_PALO_ALTO_Setting : ICF_Setting" block, what else should I add inside the "interface PP_FW_PALO_ALTO : UnitaryComputerSystem" so that I can compare the instrumented value against the threshold configured in the UI? (Also, is there any way to see the errors and troubleshoot them? I can only see that the class does not get created unless I replace FwPaloAltopanSessionThreshold with a value such as 50)
2) I never get to see values for the instrumented attributes when I look for panSessionUtilization and panMgmtPanoramaConnected in the attribute list for a firewall of this class. The attributes do appear, but they are greyed out and have no value. What else could I be missing? In other case I get the events, but I can never see the actual value neither in the attributes nor in the "Details" tab of the event.
3) How can I query a OID defined as a table and iterate it in order to generate alerts?
4) Last but not least: is there any decent manual or training about these topics? We only have the dynamic modelling doc, with a few simple exampleas and both support and Professional Services won't help us with this, which is surprising when least...
Thanks a lot for your time and apologies for the long message.
I have been unable to log in since you wrote your reply because of some issue with SSO.
I was able to do it finally today and just wanted to thank you for providing the zip file, it has been key to learn more about the topic and I'm almost there creating a few quite complicated models with the help of a Subject Matter Expert.
Of course, please extend my gratitude to Geoff Bradford and the PS team.
i was trying to access threshold variable "ActiveSessionsThreshold" in Class "CheckPoint" but do not know why it is not getting populated while i was getting value for "ActiveSessions"
hparra
9 Posts
3815
1
Posted February 1st, 2017 10:00
Dear Rob,
I have been unable to log in since you wrote your reply because of some issue with SSO.
I was able to do it finally today and just wanted to thank you for providing the zip file, it has been key to learn more about the topic and I'm almost there creating a few quite complicated models with the help of a Subject Matter Expert.
Of course, please extend my gratitude to Geoff Bradford and the PS team.
Thank you again for your help and best regards,
Hector