SNMP Performance OID parsing
We recently onboarded some Ubiquiti switches which ScienceLogic does not have a default pack for. I discovered that the "EdgeSwitch" mibs have relevant OIDs for performance metrics for these devices. One OID that we're interested in is "CPU Process Percent Utilization" (1.3.6.1.4.1.4413.1.1.1.1.4.8.1.3). The out of the box SNMP Performance Dynamic App Presentation is not able to parse the output of this OID, here's a sample: agentSwitchCpuProcessPercentageUtilization u'5 Sec ( 0.00%) 60 Sec ( 0.08%) 300 Sec ( 0.04%)' Is there any way to easily get this to display in an SNMP Performance DA chart, or do I have to use a Snippet DA and custom code to parse this output into an integer for display? Ideally I'd be able to use the 300 second average as this DA runs on a 5 minute polling cycle.15Views0likes1CommentFilesystem thresholds based on Space (not percentage) available
Trying to create a DA that alerts when filesystem has x GB left rather than percentage left. This is valuable as setting current thresholds to 99% could still mean there is 100's GB still available, which for big filesystems this is not an issue. This information is available through the host resource oid's and I have created a threshold which is visible on the devices the DA is aligned to. However, this is a threshold for ALL filesystems rather than being able to specify for individual filesystems. Anyone with any ideas on how to get the same behavior as the internal filesystem thresholds where we can specify this threshold on individual filesystems?Solved75Views0likes1Comment