eNMS 3.10
Main features:
- Site system: Usually, an ISP has a lot of equipments in one building, and in the ISP's inventory system, all the devices of that building share the same GPS coordinates, which makes it difficult to visualize what's inside that building on a geographical map.
A new view was introduced called "site view": it will display all the sites on a geographical map.
From that view, you can click on a site and a logical view with everything that's inside the building is displayed. - Ability to schedule jobs with a crontab expression
Minor improvements:
- New Feature request: rest api retrieve list of objects in a particular Pool
- gunicorn timeout and graceful_timeout increase to 3K seconds by default. Workers set to 1 by default.
- Pool Management: new row to show to number devices currently selected in a Pool.
- Service instance / workflow status: new row to show the progress (example: "25/500 (3 failed)" to show that 25 of the 500 devices have been completed + 3 failed)
- New XML/JSON -> dictionary conversion option in Netmiko Validation for where the netmiko command returns structured data
- New system for pool: equality, inclusion (default), or regular expression.
- New system for device and node table: instant pool filtering
- User filtered to a pool is a security type of mechanism, so should then be controlled by admin user >>> Done.
- Swagger OpenAPI added to the documentation
- New feature: table column ordering according to a property.
- Pretty names for custom services
- Bug fixing