You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?xml version="1.0" encoding="UTF-8"?><extensionAttribute> <displayName>BIC Agent version</displayName> <displayInCategory>Security Reporting</displayInCategory> <dataType>string</dataType> <description>This attribute displays the current version of the Netbox BIC agent installed by checking the safechat.conf file in /var/netbox/etc/</description> <scriptContentsMac>#!/bin/shresult=`awk '{ print }' /var/netbox/etc/safechat.conf | sed -n '2p' | sed "/version = /s///"`echo "<result>$result</result>" </scriptContentsMac></extensionAttribute>