User Profile
roopesh_shetty
Copper Contributor
Joined 7 years ago
User Widgets
Recent Discussions
scom group issue
Hi I have added multiple objects to an existing SCOM group, but when I go to “view Group Members” its not showing those newly added objects on that group. Last time when I added some objects to the same group it took almost a day and then those members were appeared on that group. But this time its more than a day still member objects are not appearing in that group. Any idea what could be the issue. I am using scom 2019.Process Monitor issue
Hi Team, I have created a Process Monitor and Targeted a Group which has some 24 windows computers. This monitor is working fine. But now I have a requirement to monitor same process on some more windows computers, so I have added those computers into that group. I can see those computers in membership view of that group, but the process monitor is still not applied to those computers. Any idea what could be the issue? I have even restarted the Management server but no help.create a SCOM monitor by referring a Rule
Hi, Is there any step by step guidance to create a SCOM Monitor by referring the existing performance collection rule. We have a Performance Collection rule which is collecting the metrics as expected and its used for creating dashboards. But now we have a requirement to create an alerting monitor based on that collected counter metric values from that Rule. I tried everywhere by no tutorials and use full links to refer. Please someone help.147Views0likes0Commentsmemory usage related query
Hi Guys, This below document gives very good output of TOP CPU consuming processes from a workspace; https://www.systemcenterautomation.com/…/cpu-processes-azu…/ Has anyone come across similar queries which will provide us the top Memory consuming processes? Please suggest.15KViews0likes6CommentsTimeGenerated challenge
Hi Guys, I have this below query which is working fine as expected; Perf | where ObjectName == "Processor" and CounterName == "% Processor Time" | make-series AVG_USAGE=avg(CounterValue) default=0 on TimeGenerated from datetime(2020-04-18) to datetime(2020-04-23) step 1h by Computer | project Computer, AVG_USAGE But I want to run this query on every hour so that the TimeGenerated should be the last 60 minutes so I want to replace this static value (TimeGenerated from datetime(2020-04-18) to datetime(2020-04-23)) to last 60 minutes in every run. I tried putting TimeGenerated > ago(60m) as below, but its not taking it | make-series AVG_USAGE=avg(CounterValue) default=0 on TimeGenerated > ago(60m) step 1h by Computer Any idea how to place the syntax as last 60 minutes there instead of that fixed Time range.1.3KViews0likes2Commentsusage values in percentage
Hi Guys, We have enabled the Express Route Monitoring using Network Performance Monitor. Using Log Analytics (ERCircuitTotalUtilization) we can get the bandwidth usage of our Express Route in BitsInPerSecond and BitsOutPerSecond value formats. But we wanted to get these values in percentage. Can some one please provide me the OMS query to extract the bandwidth usage values in percentage?2.5KViews0likes4CommentsSQL Databases monitor
Hi We have a requirement to monitor the number of transactions per second on SQL Databases on hosted on azure servers? Can this be done using Log Analytics Workspace? If yes what Windows Performance Counters we need to enable in data collections of log analytics workspace? Please advice.881Views0likes1CommentPhysical memory or RAM usage in Percentage
Hi Guys, How to monitor the % Memory Used (Physical memory or RAM usage in Percentage) of Windows VMs in Azure monitors. In Log analytics workspace all I can see is “Available Mbytes” and “% Committed Bytes In Use” counters whose values are not matching my requirement. Anyone else is using any workarounds for this?15KViews0likes3CommentsAzure VM monitor
Hi Guys, We have around 500 azure VMs in our subscription. What is the best way to monitor them for below alerts; CPU utilization Logical Disk Utilization Memory Utilization VM Up/down alerts. Can we use Log Analytics Workspace to monitor them (with Queries) OR is there any way we can use Azure monitor with metrics (here I don’t find Guest Metrics while creating new rules though I enabled them in Diagnostics settings and i can see them in metrics tab)?1.6KViews0likes1Commentissue while creating alerts for azure VMs
Hi Guys, I have enabled the “Guest-Level Monitoring” in “Diagnostics Settings” tab for a Virtual Machine and I can see all the performance counter metrics like Memory, Logical disk, Processor Information etc in Metrics tab as expected after enabling it. But now I go to Alerts - Create a New Rule – Go to Condition and select the Metrics as Signal Type and search for the performance counter metrics which I enabled using “Guest-Level Monitoring” in “Diagnostics Settings”. But here I don’t find any of those metrics like Memory, Logical disk, Processor Information etc. Can some one please tell me why I am not getting these metrics while creating alerts though I have enabled “Guest-Level Monitoring” in “Diagnostics Settings” tab.776Views0likes0CommentsNetwork File System not getting detected
Hi Guys, I have forwarded the on-premises Linux servers performance metrics to my azure log analytics work space using OMS Agent. I can see all the disks on my azure workspace for that Linux servers except NFS disks ("Network File System" ) drives of that servers. Does anyone has any clue on this?981Views0likes1CommentQuery for extra column
Hi Guys, We have this below Query which is providing us the output as list of servers whose Processor Utilization value is above 80% Perf | where ObjectName == "Processor" and CounterName == "% Processor Time" | summarize AggregatedValue = avg(CounterValue) by bin(TimeGenerated, 5m), Computer | where AggregatedValue > 80 Can it be possible to add one more Column by name “DURATION” on its output using Extend operator which should have values as the duration (in minutes or seconds) from how long the Processor Utilization is above 80% ?Solved1.6KViews0likes2Commentsrepeated alerts
Hi Guys, Using below query I have enabled the alert for Processor Utilization with threshold of 80% targeting multiple windows servers on my workspace in Azure monitoring log space analytics. Perf | where ObjectName == "Processor" and CounterName == "% Processor Time" | summarize AggregatedValue = avg(CounterValue) by bin(TimeGenerated, 5m), Computer | where AggregatedValue > 80 Now the problem is I am getting multiple repeated alerts for the same severs for every 5 minutes as the query frequency is set for 5 minutes. Can Some one please guide me to stop this behavior so that it should trigger new alerts only when the new server breaches the threshold of 80%.9.9KViews0likes7Commentsrepeated alerts
Hi Guys, Using below query I have enabled the alert for Processor Utilization with threshold of 80% targeting multiple windows servers on my workspace in Azure monitoring log space analytics. Perf | where ObjectName == "Processor" and CounterName == "% Processor Time" | summarize AggregatedValue = avg(CounterValue) by bin(TimeGenerated, 5m), Computer | where AggregatedValue > 80 Now the problem is I am getting multiple repeated alerts for the same severs for every 5 minutes as the query frequency is set for 5 minutes. Can Some one please guide me to stop this behavior so that it should trigger new alerts only when the new server breaches the threshold of 80%.1.6KViews0likes1Commentemail service monitor
Hi Guys, We have configured the Azure Sentinel by using Office365 connector and selected the O365 and Exchange Online logs to stream to it. But after configuring it what we can see is few dashboards which are really not helpful for us. Actually our intension to configure the azure sentinel was to monitor our email service for below metrics; How many mac users connected How many Outlook users connected How many mobile device connected How many OWA users Number of mails sent through Number of mails received by Number of mail sent to internet Number of mail received from Internet Can some one please tell me if any of these above metrics can be viewed or monitored using Azure Sentinel? If yes please give me the link to go through it.3KViews0likes2Comments
Recent Blog Articles
No content to show