Skip to content

eNMS 3.5

Choose a tag to compare

@afourmy afourmy released this 09 Dec 12:36
  • default view can now be configured in the admin panel
  • new "max_processes" parameter for services: when multiprocessing is used, there can never be more than max_processes in parallel.
  • New service: download and SCP all logs for archiving / safe storage somewhere.
  • Flask_APScheduler removed (plain APScheduler used instead)
  • New service: TGZ + SCP of the migration file
  • Notification system for when a service ends:
  1. mail system with summary of service reslts. For example if the service has target devices: list of devices for which the service failed, etc.
  2. push logs to gitlab
  3. slack notification with summary of the logs
  • task: ability to choose between device and user credentials
  • New system to change all job status from Running to idle
  • Import from libreNMS
  • Fixed TACACS+ authentication.
  • New feature: rescheduling of an existing task
  • New service: NetmikoInteractivePromptsService (bypass up to 3 interactive prompts on a device)
  • The "Task management" page is now refreshed every 5 seconds to update the status of a task.
  • generic_file_transfer modified to use variable substitution.
  • path custom services environment variable to store custom services outside of eNMS main folder
  • netmiko timeout bug