Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VR: fix health check error due to deprecated SafeConfigParser
warning below ``` root@r-20-VM:~# /opt/cloud/bin/getRouterMonitorResults.sh true /root/monitorServices.py:59: DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This alias will be removed in Python 3.12. Use ConfigParser directly instead. parser = SafeConfigParser() ```
- Loading branch information