ContributionsMost RecentMost LikesSolutionsRe: get, display and report on arbitrary text from SNMP. In 2017 we added PropertySources to help address this need. Basically it's a script that retrieves info and writes it to a property starting with auto.* (e.g. auto.serial_number or auto.firmware_version ). There are a few dozen that come with LogicMonitor to do this but you can build your own. Our help doc:https://www.logicmonitor.com/support/logicmodules/propertysources/creating-propertysources/ Re: Alerting on incorrect SNMP Community Strings and values Hi Mark, I created a solution that might help. It's posted here: /topic/2409-snmp-multi-credential-setter/ Re: List of snmp.community strings Hi Josh, I've created a DataSource that might help. I posted info here: /topic/2409-snmp-multi-credential-setter/ SNMP Multi credential setter Allows you to set up to 10 SNMPv2 or v3 credentials and it will automatically detect which one works and set the properties on that device. Similar to Antony's but also works on SNMPv3 with it's 5 properties. Locator code:CA7ETF (pending approval as of Aug. 29, 2019) Full details at http://blog.MikeSuding.com Re: SQL Results Table Display The way I usually start troubleshooting is to try a direct query from the debug prompt like this example below: (other examples documented here) !jdbc url="jdbc:mysql://server2:3306;databaseName=whatever?user=mike&password=secret" select * from inventory where server2 is my server, database name is 'whatever',username is mike and password is secret and then my SQL query. This way I can see the errors directly and see if it's authentication or other things like permissions. Re: Environmental Sensor Suggestions? We have these beta DataSources for IT Watchdog. For internal sensors:AKYEFN for WatchDog15:D4N6DK Re: Office 365 monitoring @joedalton, What exactly do you want to monitor with regards to security? I did create a prototype for the 'risky sign-ins' and 'identity' stuff (I forgot Microsoft terminology) but I was not able to simulate/create events so I couldn't test it. If you have events that you want to detect/monitor, and are willing to let me test on your account, please let me know. Re: Office 365 monitoring Sorry @joedalton, it's easier for me to troubleshoot in a meeting. I sent you a direct message with instructions to schedule time. Re: Initiate a script whenever any data point reaches its threshold As I understand it, it's on our roadmap but not sure exactly when. Re: Initiate a script whenever any data point reaches its threshold I created a DataSource that can trigger a script (actually a block within the script) if an alert is triggered. It uses PowerShell so you needs a Windows collector. See more info on my blog post
Top ContributionsWindows Patches neededI wrote this "how to" article on alert when a MS-SQL 'job' failsRe: Feature: Add the ability to have a different rule for ACK alertsRe: OpsNotes per groupRe: Monitoring of json pagesRe: Alert on specified Audit Log activityRe: Netflow on Logic Monitor - Features requestRe: VPN monitoringSNMP Multi credential setterRe: Environmental Sensor Suggestions?