1

I'd like to put iccube under solid monitoring so that we know when a) cube load failure or b) cube last update time exceeded the expected.

is there an api i can use to integrate with standard monitoring tools?rest, command-line etc ...

thanks in advance, assaf

assaf
  • 51
  • 1
  • 4

1 Answers1

0

Regarding the schema load failure you can check the notification service (www); you can for example receive an eMail on failure. Note that you can implement (JAVA) your own transport service to receive notifications. There is no "notification" for last update time exceeded but if you could use an external LOAD command (www) for loading your schema; in that case you will know the last update time and perform whatever logic required.

Edit: XMLA commands can be sent via any tools (e.g., Bash).

Hope that helps.

Community
  • 1
  • 1
Marc Polizzi
  • 9,275
  • 3
  • 36
  • 61