Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#fff
You can find out which services do use active checks and use check_modbus_fast_drycontact3 with the RESTFul API.
  1. Open your browser and access https://example.com:444/v1/*/local/services/?fields=checks_enabled,check_command (change accordingly to your environment)

    Note

    The RESTFul API is only accessible with user admin andvia the

    Insert excerpt
    _AdminWeb
    _AdminWeb
    nopaneltrue

  2. Now search for check_modbus_fast_drycontact3 and check if for all found services the check_enabled is set to 0
  3. Change the configuration (e.g. use SONARMANAGER) of all services where check_enabled was set to 1 and disable active service checks

Next you must delete the retention data which clears out old 'cached' status information and enables a fresh start for every service check.

Insert excerpt
_AdminWebDeleteRetention
_AdminWebDeleteRetention
nopaneltrue

The Monitor process and the MODBUS Daemon is restarted afterwards automatically.

...