-
ZenPacks.lbn.LDAPMonitor-4.2.5_4.0.2-2.lbn19.noarch
LDAPMonitor
-----------
LDAPMonitor provides a method for pulling performance metrics from any LDAP
server which implements the cn=Monitor standard.
The monitor works by directly querying the LDAP server using the configured
user dn and password credentials. Make sure that your LDAP server is
available from your Zenoss console, you have enabled cn=monitor on it, and that
the user has sufficient permissions to perform a 'cn=snmp,cn=monitor' search.
The following metrics will be collected and graphed for the LDAP Server:
* Operations
o Add Entry
o Modify Entry
o Delete Entry
o Search Entry
* Bindings
o Anonymous
o Simple Auth
o Unauthorised
* Errors
o Bind Security
o Security
o Other Errors
o Failures
* Response Time
* Referrals
You can add LDAP monitoring to the device within Zenoss by simply binding the
LDAPMonitor template to the device.
1. Navigate to the device in the Zenoss web interface.
2. Click the device menu, choose More then Templates.
3. Click the templates menu, choose Bind Templates.
4. Ctrl-click the LDAPMonitor template from /Devices/Server to choose it.
5. Click OK.
You will now be collecting the LDAP Server metrics from this device.
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 19
-
ZenPacks.lbn.LDAPMonitor-4.2.5_4.0.2-2.lbn19.noarch
LDAPMonitor
-----------
LDAPMonitor provides a method for pulling performance metrics from any LDAP
server which implements the cn=Monitor standard.
The monitor works by directly querying the LDAP server using the configured
user dn and password credentials. Make sure that your LDAP server is
available from your Zenoss console, you have enabled cn=monitor on it, and that
the user has sufficient permissions to perform a 'cn=snmp,cn=monitor' search.
The following metrics will be collected and graphed for the LDAP Server:
* Operations
o Add Entry
o Modify Entry
o Delete Entry
o Search Entry
* Bindings
o Anonymous
o Simple Auth
o Unauthorised
* Errors
o Bind Security
o Security
o Other Errors
o Failures
* Response Time
* Referrals
You can add LDAP monitoring to the device within Zenoss by simply binding the
LDAPMonitor template to the device.
1. Navigate to the device in the Zenoss web interface.
2. Click the device menu, choose More then Templates.
3. Click the templates menu, choose Bind Templates.
4. Ctrl-click the LDAPMonitor template from /Devices/Server to choose it.
5. Click OK.
You will now be collecting the LDAP Server metrics from this device.
Located in
LBN
/
…
/
Zenoss 4
/
BastionLinux 19
-
ZenPacks.lbn.SquidMonitor-4.2.5_4.0.2-1.lbn13.noarch
his ZenPack monitors Squid Proxy server's using SNMP. The following MIB's are monitored:
cacheClients 1.3.6.1.4.1.3495.1.3.2.1.15.0
cacheCurrentFileDescrCnt 1.3.6.1.4.1.3495.1.3.1.12.0
cacheCurrentFileDescrMax 1.3.6.1.4.1.3495.1.3.1.13.0
cacheCurrentResFileDescrCnt 1.3.6.1.4.1.3495.1.3.1.11.0
cacheCurrentUnusedFDescrCnt 1.3.6.1.4.1.3495.1.3.1.10.0
cacheDnsSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.8.5
cacheHttpAllSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.2.5
cacheHttpErrors 1.3.6.1.4.1.3495.1.3.2.1.3.0
cacheHttpHitSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.5.5
cacheHttpHits 1.3.6.1.4.1.3495.1.3.2.1.2.0
cacheHttpInKb 1.3.6.1.4.1.3495.1.3.2.1.4.0
cacheHttpMissSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.3.5
cacheHttpNhSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.11.5
cacheHttpNmSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.4.5
cacheHttpOutKb 1.3.6.1.4.1.3495.1.3.2.1.5.0
cacheIcpQuerySvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.6.5
cacheIcpReplySvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.7.5
cacheNumObjCount 1.3.6.1.4.1.3495.1.3.1.7.0
cacheProtoClientHttpRequests 1.3.6.1.4.1.3495.1.3.2.1.1.0'
cacheRequestByteRatio.1 1.3.6.1.4.1.3495.1.3.2.2.1.10.1
cacheRequestByteRatio.5 1.3.6.1.4.1.3495.1.3.2.2.1.10.5
cacheRequestByteRatio.60 1.3.6.1.4.1.3495.1.3.2.2.1.10.60
cacheRequestHitRatio.1 1.3.6.1.4.1.3495.1.3.2.2.1.9.1
cacheRequestHitRatio.5 1.3.6.1.4.1.3495.1.3.2.2.1.9.5
cacheRequestHitRatio.60 1.3.6.1.4.1.3495.1.3.2.2.1.9.60
cacheSysPageFaults 1.3.6.1.4.1.3495.1.3.1.1.0
cacheSysStorage 1.3.6.1.4.1.3495.1.1.2.0
cacheSysVMsize 1.3.6.1.4.1.3495.1.1.1.0
cacheUptime 1.3.6.1.4.1.3495.1.1.3.0
A full list of possible MIB's to extend your monitoring is available at
http://wiki.squid-cache.org/Features/Snmp
To use this zenpack, you'll need to enable snmpd in squid.conf:
acl snmppublic snmp_community mysecretcommunity
snmp_port 3401
snmp_access allow snmppublic all
and proxy these through your hosts snmpd.conf:
view systemview included .1.3.6.1.4.1.3495.1
proxy -m /usr/share/snmp/mibs/SQUID-MIB.txt -v2c -Cc -c mysecretcommunity localhost:3401 .1.3.6.1.4.1.3495.1
Located in
LBN
/
…
/
Zenoss 4
/
BastionLinux 13
-
ZenPacks.lbn.SquidMonitor-5.0.5_4.0.2-1.lbn19.noarch
his ZenPack monitors Squid Proxy server's using SNMP. The following MIB's are monitored:
cacheClients 1.3.6.1.4.1.3495.1.3.2.1.15.0
cacheCurrentFileDescrCnt 1.3.6.1.4.1.3495.1.3.1.12.0
cacheCurrentFileDescrMax 1.3.6.1.4.1.3495.1.3.1.13.0
cacheCurrentResFileDescrCnt 1.3.6.1.4.1.3495.1.3.1.11.0
cacheCurrentUnusedFDescrCnt 1.3.6.1.4.1.3495.1.3.1.10.0
cacheDnsSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.8.5
cacheHttpAllSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.2.5
cacheHttpErrors 1.3.6.1.4.1.3495.1.3.2.1.3.0
cacheHttpHitSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.5.5
cacheHttpHits 1.3.6.1.4.1.3495.1.3.2.1.2.0
cacheHttpInKb 1.3.6.1.4.1.3495.1.3.2.1.4.0
cacheHttpMissSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.3.5
cacheHttpNhSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.11.5
cacheHttpNmSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.4.5
cacheHttpOutKb 1.3.6.1.4.1.3495.1.3.2.1.5.0
cacheIcpQuerySvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.6.5
cacheIcpReplySvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.7.5
cacheNumObjCount 1.3.6.1.4.1.3495.1.3.1.7.0
cacheProtoClientHttpRequests 1.3.6.1.4.1.3495.1.3.2.1.1.0'
cacheRequestByteRatio.1 1.3.6.1.4.1.3495.1.3.2.2.1.10.1
cacheRequestByteRatio.5 1.3.6.1.4.1.3495.1.3.2.2.1.10.5
cacheRequestByteRatio.60 1.3.6.1.4.1.3495.1.3.2.2.1.10.60
cacheRequestHitRatio.1 1.3.6.1.4.1.3495.1.3.2.2.1.9.1
cacheRequestHitRatio.5 1.3.6.1.4.1.3495.1.3.2.2.1.9.5
cacheRequestHitRatio.60 1.3.6.1.4.1.3495.1.3.2.2.1.9.60
cacheSysPageFaults 1.3.6.1.4.1.3495.1.3.1.1.0
cacheSysStorage 1.3.6.1.4.1.3495.1.1.2.0
cacheSysVMsize 1.3.6.1.4.1.3495.1.1.1.0
cacheUptime 1.3.6.1.4.1.3495.1.1.3.0
A full list of possible MIB's to extend your monitoring is available at
http://wiki.squid-cache.org/Features/Snmp
To use this zenpack, you'll need to enable snmpd in squid.conf:
acl snmppublic snmp_community mysecretcommunity
snmp_port 3401
snmp_access allow snmppublic all
and proxy these through your hosts snmpd.conf:
view systemview included .1.3.6.1.4.1.3495.1
proxy -m /usr/share/snmp/mibs/SQUID-MIB.txt -v2c -Cc -c mysecretcommunity localhost:3401 .1.3.6.1.4.1.3495.1
Located in
LBN
/
…
/
Zenoss 5
/
BastionLinux 19
-
ZenPacks.lbn.SquidMonitor-4.2.5_4.0.2-1.lbn19.noarch
his ZenPack monitors Squid Proxy server's using SNMP. The following MIB's are monitored:
cacheClients 1.3.6.1.4.1.3495.1.3.2.1.15.0
cacheCurrentFileDescrCnt 1.3.6.1.4.1.3495.1.3.1.12.0
cacheCurrentFileDescrMax 1.3.6.1.4.1.3495.1.3.1.13.0
cacheCurrentResFileDescrCnt 1.3.6.1.4.1.3495.1.3.1.11.0
cacheCurrentUnusedFDescrCnt 1.3.6.1.4.1.3495.1.3.1.10.0
cacheDnsSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.8.5
cacheHttpAllSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.2.5
cacheHttpErrors 1.3.6.1.4.1.3495.1.3.2.1.3.0
cacheHttpHitSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.5.5
cacheHttpHits 1.3.6.1.4.1.3495.1.3.2.1.2.0
cacheHttpInKb 1.3.6.1.4.1.3495.1.3.2.1.4.0
cacheHttpMissSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.3.5
cacheHttpNhSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.11.5
cacheHttpNmSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.4.5
cacheHttpOutKb 1.3.6.1.4.1.3495.1.3.2.1.5.0
cacheIcpQuerySvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.6.5
cacheIcpReplySvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.7.5
cacheNumObjCount 1.3.6.1.4.1.3495.1.3.1.7.0
cacheProtoClientHttpRequests 1.3.6.1.4.1.3495.1.3.2.1.1.0'
cacheRequestByteRatio.1 1.3.6.1.4.1.3495.1.3.2.2.1.10.1
cacheRequestByteRatio.5 1.3.6.1.4.1.3495.1.3.2.2.1.10.5
cacheRequestByteRatio.60 1.3.6.1.4.1.3495.1.3.2.2.1.10.60
cacheRequestHitRatio.1 1.3.6.1.4.1.3495.1.3.2.2.1.9.1
cacheRequestHitRatio.5 1.3.6.1.4.1.3495.1.3.2.2.1.9.5
cacheRequestHitRatio.60 1.3.6.1.4.1.3495.1.3.2.2.1.9.60
cacheSysPageFaults 1.3.6.1.4.1.3495.1.3.1.1.0
cacheSysStorage 1.3.6.1.4.1.3495.1.1.2.0
cacheSysVMsize 1.3.6.1.4.1.3495.1.1.1.0
cacheUptime 1.3.6.1.4.1.3495.1.1.3.0
A full list of possible MIB's to extend your monitoring is available at
http://wiki.squid-cache.org/Features/Snmp
To use this zenpack, you'll need to enable snmpd in squid.conf:
acl snmppublic snmp_community mysecretcommunity
snmp_port 3401
snmp_access allow snmppublic all
and proxy these through your hosts snmpd.conf:
view systemview included .1.3.6.1.4.1.3495.1
proxy -m /usr/share/snmp/mibs/SQUID-MIB.txt -v2c -Cc -c mysecretcommunity localhost:3401 .1.3.6.1.4.1.3495.1
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 19
-
ZenPacks.lbn.SquidMonitor-4.2.5_4.0.2-1.lbn19.noarch
his ZenPack monitors Squid Proxy server's using SNMP. The following MIB's are monitored:
cacheClients 1.3.6.1.4.1.3495.1.3.2.1.15.0
cacheCurrentFileDescrCnt 1.3.6.1.4.1.3495.1.3.1.12.0
cacheCurrentFileDescrMax 1.3.6.1.4.1.3495.1.3.1.13.0
cacheCurrentResFileDescrCnt 1.3.6.1.4.1.3495.1.3.1.11.0
cacheCurrentUnusedFDescrCnt 1.3.6.1.4.1.3495.1.3.1.10.0
cacheDnsSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.8.5
cacheHttpAllSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.2.5
cacheHttpErrors 1.3.6.1.4.1.3495.1.3.2.1.3.0
cacheHttpHitSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.5.5
cacheHttpHits 1.3.6.1.4.1.3495.1.3.2.1.2.0
cacheHttpInKb 1.3.6.1.4.1.3495.1.3.2.1.4.0
cacheHttpMissSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.3.5
cacheHttpNhSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.11.5
cacheHttpNmSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.4.5
cacheHttpOutKb 1.3.6.1.4.1.3495.1.3.2.1.5.0
cacheIcpQuerySvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.6.5
cacheIcpReplySvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.7.5
cacheNumObjCount 1.3.6.1.4.1.3495.1.3.1.7.0
cacheProtoClientHttpRequests 1.3.6.1.4.1.3495.1.3.2.1.1.0'
cacheRequestByteRatio.1 1.3.6.1.4.1.3495.1.3.2.2.1.10.1
cacheRequestByteRatio.5 1.3.6.1.4.1.3495.1.3.2.2.1.10.5
cacheRequestByteRatio.60 1.3.6.1.4.1.3495.1.3.2.2.1.10.60
cacheRequestHitRatio.1 1.3.6.1.4.1.3495.1.3.2.2.1.9.1
cacheRequestHitRatio.5 1.3.6.1.4.1.3495.1.3.2.2.1.9.5
cacheRequestHitRatio.60 1.3.6.1.4.1.3495.1.3.2.2.1.9.60
cacheSysPageFaults 1.3.6.1.4.1.3495.1.3.1.1.0
cacheSysStorage 1.3.6.1.4.1.3495.1.1.2.0
cacheSysVMsize 1.3.6.1.4.1.3495.1.1.1.0
cacheUptime 1.3.6.1.4.1.3495.1.1.3.0
A full list of possible MIB's to extend your monitoring is available at
http://wiki.squid-cache.org/Features/Snmp
To use this zenpack, you'll need to enable snmpd in squid.conf:
acl snmppublic snmp_community mysecretcommunity
snmp_port 3401
snmp_access allow snmppublic all
and proxy these through your hosts snmpd.conf:
view systemview included .1.3.6.1.4.1.3495.1
proxy -m /usr/share/snmp/mibs/SQUID-MIB.txt -v2c -Cc -c mysecretcommunity localhost:3401 .1.3.6.1.4.1.3495.1
Located in
LBN
/
…
/
Zenoss 4
/
BastionLinux 19
-
ZenPacks.lbn.SquidMonitor-4.2.5_4.0.2-1.lbn25.noarch
his ZenPack monitors Squid Proxy server's using SNMP. The following MIB's are monitored:
cacheClients 1.3.6.1.4.1.3495.1.3.2.1.15.0
cacheCurrentFileDescrCnt 1.3.6.1.4.1.3495.1.3.1.12.0
cacheCurrentFileDescrMax 1.3.6.1.4.1.3495.1.3.1.13.0
cacheCurrentResFileDescrCnt 1.3.6.1.4.1.3495.1.3.1.11.0
cacheCurrentUnusedFDescrCnt 1.3.6.1.4.1.3495.1.3.1.10.0
cacheDnsSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.8.5
cacheHttpAllSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.2.5
cacheHttpErrors 1.3.6.1.4.1.3495.1.3.2.1.3.0
cacheHttpHitSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.5.5
cacheHttpHits 1.3.6.1.4.1.3495.1.3.2.1.2.0
cacheHttpInKb 1.3.6.1.4.1.3495.1.3.2.1.4.0
cacheHttpMissSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.3.5
cacheHttpNhSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.11.5
cacheHttpNmSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.4.5
cacheHttpOutKb 1.3.6.1.4.1.3495.1.3.2.1.5.0
cacheIcpQuerySvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.6.5
cacheIcpReplySvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.7.5
cacheNumObjCount 1.3.6.1.4.1.3495.1.3.1.7.0
cacheProtoClientHttpRequests 1.3.6.1.4.1.3495.1.3.2.1.1.0'
cacheRequestByteRatio.1 1.3.6.1.4.1.3495.1.3.2.2.1.10.1
cacheRequestByteRatio.5 1.3.6.1.4.1.3495.1.3.2.2.1.10.5
cacheRequestByteRatio.60 1.3.6.1.4.1.3495.1.3.2.2.1.10.60
cacheRequestHitRatio.1 1.3.6.1.4.1.3495.1.3.2.2.1.9.1
cacheRequestHitRatio.5 1.3.6.1.4.1.3495.1.3.2.2.1.9.5
cacheRequestHitRatio.60 1.3.6.1.4.1.3495.1.3.2.2.1.9.60
cacheSysPageFaults 1.3.6.1.4.1.3495.1.3.1.1.0
cacheSysStorage 1.3.6.1.4.1.3495.1.1.2.0
cacheSysVMsize 1.3.6.1.4.1.3495.1.1.1.0
cacheUptime 1.3.6.1.4.1.3495.1.1.3.0
A full list of possible MIB's to extend your monitoring is available at
http://wiki.squid-cache.org/Features/Snmp
To use this zenpack, you'll need to enable snmpd in squid.conf:
acl snmppublic snmp_community mysecretcommunity
snmp_port 3401
snmp_access allow snmppublic all
and proxy these through your hosts snmpd.conf:
view systemview included .1.3.6.1.4.1.3495.1
proxy -m /usr/share/snmp/mibs/SQUID-MIB.txt -v2c -Cc -c mysecretcommunity localhost:3401 .1.3.6.1.4.1.3495.1
Located in
LBN
/
…
/
Zenoss 4
/
BastionLinux 25
-
ZenPacks.lbn.SquidMonitor-4.2.5_4.0.2-1.lbn25.noarch
his ZenPack monitors Squid Proxy server's using SNMP. The following MIB's are monitored:
cacheClients 1.3.6.1.4.1.3495.1.3.2.1.15.0
cacheCurrentFileDescrCnt 1.3.6.1.4.1.3495.1.3.1.12.0
cacheCurrentFileDescrMax 1.3.6.1.4.1.3495.1.3.1.13.0
cacheCurrentResFileDescrCnt 1.3.6.1.4.1.3495.1.3.1.11.0
cacheCurrentUnusedFDescrCnt 1.3.6.1.4.1.3495.1.3.1.10.0
cacheDnsSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.8.5
cacheHttpAllSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.2.5
cacheHttpErrors 1.3.6.1.4.1.3495.1.3.2.1.3.0
cacheHttpHitSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.5.5
cacheHttpHits 1.3.6.1.4.1.3495.1.3.2.1.2.0
cacheHttpInKb 1.3.6.1.4.1.3495.1.3.2.1.4.0
cacheHttpMissSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.3.5
cacheHttpNhSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.11.5
cacheHttpNmSvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.4.5
cacheHttpOutKb 1.3.6.1.4.1.3495.1.3.2.1.5.0
cacheIcpQuerySvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.6.5
cacheIcpReplySvcTime.5 1.3.6.1.4.1.3495.1.3.2.2.1.7.5
cacheNumObjCount 1.3.6.1.4.1.3495.1.3.1.7.0
cacheProtoClientHttpRequests 1.3.6.1.4.1.3495.1.3.2.1.1.0'
cacheRequestByteRatio.1 1.3.6.1.4.1.3495.1.3.2.2.1.10.1
cacheRequestByteRatio.5 1.3.6.1.4.1.3495.1.3.2.2.1.10.5
cacheRequestByteRatio.60 1.3.6.1.4.1.3495.1.3.2.2.1.10.60
cacheRequestHitRatio.1 1.3.6.1.4.1.3495.1.3.2.2.1.9.1
cacheRequestHitRatio.5 1.3.6.1.4.1.3495.1.3.2.2.1.9.5
cacheRequestHitRatio.60 1.3.6.1.4.1.3495.1.3.2.2.1.9.60
cacheSysPageFaults 1.3.6.1.4.1.3495.1.3.1.1.0
cacheSysStorage 1.3.6.1.4.1.3495.1.1.2.0
cacheSysVMsize 1.3.6.1.4.1.3495.1.1.1.0
cacheUptime 1.3.6.1.4.1.3495.1.1.3.0
A full list of possible MIB's to extend your monitoring is available at
http://wiki.squid-cache.org/Features/Snmp
To use this zenpack, you'll need to enable snmpd in squid.conf:
acl snmppublic snmp_community mysecretcommunity
snmp_port 3401
snmp_access allow snmppublic all
and proxy these through your hosts snmpd.conf:
view systemview included .1.3.6.1.4.1.3495.1
proxy -m /usr/share/snmp/mibs/SQUID-MIB.txt -v2c -Cc -c mysecretcommunity localhost:3401 .1.3.6.1.4.1.3495.1
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 25
-
ZenPacks.lbn.ZenMaster-1.0.6-1.lbn13.noarch
ZenMaster is a collector which allows you to set up and control remote ZenSlave
performance statistics.
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 13
-
ZenPacks.lbn.ZenSlave-1.0.6-1.lbn13.noarch
ZenSlave is a collector which allows you to set up and send local device
performance statistics to a remote ZenMaster.
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 13