Forum Discussion

chrisred's avatar
chrisred
Icon for Neophyte rankNeophyte
12 months ago

Modules for Zerto monitoring

Hi, here are some modules to monitor Zerto via their API. Appliances (ZVM/ZCM) and the Zerto Analytics portal are supported.

I have made the .xml export of each module available on Github, they can be downloaded from here: https://github.com/chrisred/logicmonitor-zerto

The modules are:

ZertoAnalytics_Alerts.xml
ZertoAnalytics_Datastores.xml
ZertoAnalytics_Sites.xml
ZertoAnalytics_Token.xml
ZertoAnalytics_VPGs.xml
ZertoAppliance_Alerts.xml
ZertoAppliance_Datastores.xml
ZertoAppliance_PeerSites.xml
ZertoAppliance_Token.xml
ZertoAppliance_VPGs.xml
ZertoAppliance_VRAs.xml

I'll try to keep an eye on this post for any questions.

6 Replies

  • Hi @chrisred - thanks so much for putting together this suite of modules. Would you be open to making them public via the LM Exchange?

    Publishing via LM Exchange will open them up to more people and they’ll also undergo a security review as part of the process

  • I don’t know. Github has readme.md, which the repo doesn’t have. Not to mention pull requests.

  • Yeah, it would be nice if there was a way to collaborate on community Exchange modules. Anyhow, i sent @Jack Drummond a message on the forums here.

  • I tried to use this updated API script but stuck with failure.

    Can you please provide me the DataSource? so will test on new Zerto 10.

    • chrisred's avatar
      chrisred
      Icon for Neophyte rankNeophyte

      I have updated the the "ZertoAppliance" modules to support the Linux appliance authentication, with help from Bhavesh. The updated files are in the Github repo.

      zertoappliance.api.id and zertoappliance.api.key set the client id/client secret credentials configured in Keycloak: https://help.zerto.com/bundle/Linux.ZVM.HTML.10.0/page/Creating_Keycloak_Credentials.htm

      zertoappliance.port is set to 443 by default, and this automatically chooses the Linux authentication method. Setting any other port will choose the Windows authentication method, 9669 is the default for Windows.

      If there is a Windows appliance running on port 443 (or Linux not running on 443) zertoappliance.type can be used for force the authentication method to either "linux" or "windows".