SRM – Profile Load Script – How to get an element from a resource?
9th September 2021
Hi Bruno, With below code you have the element info independent if you’re working with Function Resources or Virtual Function Resources
Answer
9th September 2021
Hi Bruno, With below code you have the element info independent if you’re working with Function Resources or Virtual Function Resources
9th September 2021
Dear Bruno, If you are using Function Resources and not “normal” resources, you can cast it to a FunctionResource and in there, you have the Main DVE DMA Id and …
9th September 2021
Hi Bruno, A profile-load script is supposed to apply a profile on a function DVE, nothing more. If possible, I’d suggest to extend the function definition so that the missing …
9th September 2021
Google Maps requires Internet access on the client (so it’s not required to have Internet access on the DMA agent). It’s possible to have a maps server in your private …
9th September 2021
Hi Agostinho, this feature is using the properties and can be configured in the PropertyConfiguration.xml. You can find more info on this help page: enforcing motivation of alarm actions
9th September 2021
Hi Dan On our catalog you can find the list of all the connectors that we already have.
8th September 2021
Hi, I reinstalled the SFlow app and all is working as expected. The filter expression hasn’t pushed to the collector yet but I’ll test that more by restricting multicast ranges …
8th September 2021
This action installs the websocket feature in IIS, which is used to have real time updates in the web applications (Dashboards, Monitoring, etc). The apps will still function if there …
8th September 2021
Hey Javier, From an architectural point of view there should be no issues when restarting the DMA whilst cassandra compaction is running. The cassandra is still able to serve queries …
8th September 2021
Hi Jens, Unfortunately, I don’t think this is currently possible. This does sound like a good Feature suggestion.
8th September 2021
Hi Jason, This is a snippet from one of our regression tests. public string getServiceTemplateId(string strName, Engine engine) { GetServiceByNameMessage GSBMM = new GetServiceByNameMessage(strName); ServiceInfoEventMessage SIEM = engine.SendSLNetSingleResponseMessage(GSBMM) as ServiceInfoEventMessage; …
8th September 2021
This exception gets thrown when a query is launched, but the cassandra fails to resolve the permissions this users has. To do so, cassandra will ping the System_auth table and …
8th September 2021
Hello Stefan, To get to spectrum general parameter values within the scope of a monitor, you can use spectrum script variables. In the spectrum script, add script variables : In …
7th September 2021
Hey Rodrigo, It sounds like there is an issue with the .SQLite file used when the cassandra was not reachable. More specifically some lock in there got stuck. If the …
7th September 2021
With a connector you can indeed add several different communication ports to talk to the same device. We have several connectors out there that have several “Serial – IP” connections …