mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* send entity ID as string VO will not accept an int as an entity ID, this causes issues when issuing recovery alerts as the entity_id is the only way to link incidents. I have tested this with VO and incidents will alert AND recover. * change from str() to strval() which is the correct function