Can Geneos Rules maintain and pass state?

496 Views Asked by At

In simple words within ITRS can a Rule either declare or modify a variable set at the sampler or probe level so that another Rule can get the latest value of that variable?

Alternatively is there a way to keep state within GTRS? So if a rule called Rule 1 runs, it queries the state and optionally modifies that shared state so that when it runs the next time it sees the modified state?

1

There are 1 best solutions below

0
Nikhil On BEST ANSWER

There is a way to do time series analysis on rule sets however that is not very straight forward or convenient. We ended up saving state in a SQL Server and reading that from ITRS using its Sql Server Connector.