ContributionsMost RecentMost LikesSolutionsRe: TCP Syslog? +1 I agree - this would be a useful feature Re: Create role for API only user Hey Sarah, I picked it up in the release notes and have already started looking at how to implement some of my existing users under this new type. Thanks for the heads up! Re: What is my Instance ID? Hey Thomas, You need to call GET:/device/devices/{deviceId}/devicedatasources/{deviceDatasourceId}/instances and retrieve the instanceId from there and then pass the output into your call above. I think what you are trying to do is the last example at the bottom of:https://www.logicmonitor.com/support/rest-api-developers-guide/data/get-data/ Re: How to auto-install LMI collector on ec2 instance Hey Sam - have you seen this article? /topic/1002-script-walkthrough-automating-collector-installs/ Log service announcements to central screen I think that this request dove tails witha href="https://communities.logicmonitor.com/topic/1603-service-announcements-user-role-to-remove-access-to-them/" rel="">the request to ACL announcements to a rolebut can stand alone. I would like to have service announcements logged in a central location rather than just having the UI popup banner. Something like Settings --> Account Information --> Platform Messages This way as an MSP if I need to send any information to the user base when the information does relate to them there is the ability pull from an authoritative source. It will also be extremely helpful when you look at the pop up banner andsay to yourself that you need to write that information down and then never do and can't recall it when you need it. (Not that I have ever done that. Heard it from a friend) Re: Report for Unmonitored Instances Hey Grant, Have you figured out how to do this? Probably not the most elegant solution to the problem because it will most likely involve changing existing process but a way to solve this would be to create a device group (something like _implementation_) and then using Advanced Netscan dump all new assets into this group rather than unmonitored. This would then allow you to run a standard device inventory report against that group. Not elegant but would get you from here to there. The only other thing I can think of would be to submit a Feature Request to be able to add a customer property to the unmonitored group that you could pick up with the reporting engine. Re: Service announcements - user role to remove access to them I agree that there needs to be a mechanism to hide these from portions of the user base. Re: REST API: API to validate SNMP String/Credentials etc Hey James, Another way to do this might be with a property source. If you take a look at a href="https://communities.logicmonitor.com/topic/1371-using-propertysources-for-reporting/" rel="">this articlein the 'From the Front' forum you could do something like create the 'snmp.working=' tag that would then automatically populate once AD runs. This would then allow you to validate based on monitored protocol rather than asset type. The WMI example is pretty easily modified (pull something like winders version) to create a 'wmi.working=' to catch that as well. Cheers! Create role for API only user Problem I havea datasource that collects information from the LogicMonitor API. In order for this to work correctly I need a valid user on the LM platform with a valid API token. I can see two potential paths forward. Case 1 - Use my existing account as the datasource author with my API token. This has a big downside that if I have to leave the company for any number of reasons and my account gets disabled this datasource will stop working and is customer facing. This is probably not so good. Case 2 - Create a 'service account' inside LogicMonitor that can have its' own API token and if any one human needs to leave the company there really is not a big problem. The issue with this is that this user has a username and a password that can grant it access to the UI under all the permissions granted by the role but this account should/will never be used within the UI. This also generates a potential securityproblem because the password will most likely never be rotated because as long as the API user and token work this is simply going to sit there. Request Be able to create a new user type of 'API only' which will never have access to the UI and therefore you should not have to set any of the UI specific information for the account. This would remove the need for any of this information under that account: First/Last name/Email/Password/Force password change/2-factor/Phone/SMS/SMS Email format Add scheduling option to alerting Use Case: Provider I am a provider with a substantial amount of customers being monitored by the platform. A single customer requests monitoring to be suspended for 14 days as they do a physical DC move. The move will be 1:1 so all systems will come back up in same logical location and only move physical locations. Requests are filed, meetings are had and the day comes to move and NOC turns alerting off for customer. Uneventful days go by and on the day that alerting is supposed to be turned back on a regional event happens that the provider NOC is responding to for other customers(You can insert any normal well defined chaos that happens in a NOC here) and alerting does not get re-enabled for the customer with the physical DC move. Enterprise: Oracle team notifies the NOC that a weekend upgrade will be happening on the Oracle customer and the upgrade team does not want to be notified of any alarms as they will have their hands full with the upgrade and they will call back when the upgrade is complete. NOC turns alerting off and upgrade team never calls to say that they are done working. Request: Much like SDT enable calendaring and scheduling as a option for enabling/disabling alerting as a backup option in case of failure in manual processes.
Top ContributionsLog service announcements to central screenCreate role for API only userRe: REST API: API to validate SNMP String/Credentials etcRe: TCP Syslog?Re: What is my Instance ID?Re: How to auto-install LMI collector on ec2 instanceRe: Create role for API only userRe: Service announcements - user role to remove access to themAdd scheduling option to alertingDashboard Group Cloning