Skip to content

eNMS 3.9

Choose a tag to compare

@afourmy afourmy released this 28 Feb 18:17
  • Introduction of Black for code formatting
  • Introduction of Mypy for type hinting on the whole codebase
  • New service: PingService to ping devices with either TCP or ICMP.
  • New service: Unix command: takes a unix command and execute it. Can be used for ping/traceroute for example.
  • New mechanism: "never update pool"
  • Refactoring of the dashboard object count presentation (new counts: running jobs, scheduled tasks)
  • Deactivation of the keyboard navigation in job panel
  • New fields in the task management page: "next run time" and "time before run time"
  • New pool filter: configuration. Allow creating pools based on device configuration.
  • New option: Display only failed nodes for the summary notification of services and workflows
  • All tasks are Pause by default (e.g after migration), unless they are created from the GUI.
  • Bug fixes