Cisco Router Throughput License Usage
Tossed this together today to track throughput license usage on platforms that license maximum levels(e.g., ISR4K)as the impact of exceeding this can be otherwise tricky to identify. Definitely could use more work, but a decent starting point. 7ZYRDH13Views1like0CommentsCisco Trunk Interface Monitoring
Created a separate Datasource for monitoring Cisco trunk interfaces only. Ifind this extremely useful for MSP's when you are monitoring hundreds of Cisco devices but do not need to create alerts on access Ports. This helps cut down on "noise" alerts that have no real actionable tasks. The majority of access ports will connect to end devices or servers that you are already monitoring individually. For our purposes, I left the normal interface datasource as active but shutoff the alertsso we can still pull the statistical data on access ports. To eexclude the Trunk Ports for the normal interface datasource, create a filter for the following OID .1.3.6.1.4.1.9.9.46.1.6.1.1.14 IS NOT EQUAL 1 FE36RM19Views1like0CommentsCisco CallManager (CUCM) Datasources
Hey there, I'm sharing my datasources for CUCM that use the Serviceability APIs using PowerShell and SOAP (I'm a powershell scripter, still haven't gotten the time to fully understand groovy). I'll expand on this post as I get further down adding additional datasources from the Serviceability APIs. All of these require a cucm.user and cucm.pass entered on the devices that are the call manager servers. Cisco CUCM Device Status-DXZRTZ - Reports the following datapoints for all devices registered to CUCM -StatusReason, IsRegistered, IsNotRegistered, NumOfLines, RegistrationAttempts - Useshttps://$($hostname):8443/realtimeservice2/services/RISService70?wsdl - Needs to have servicability features turned on (you can check just by going to this URL) Cisco CUCM Service Status-3LNYR9 - Reports the service status of all services running for CUCM servers -https://$($hostname):8443/controlcenterservice2/services/ControlCenterServices?wsdl Cisco CUCM StatisticsZN494P - Reports about 100 datapoints from CUCM's PerfMon "Cisco CallManager" object - Useshttps://$($hostname):8443/perfmonservice2/services/PerfmonService?wsdl11Views1like4Comments