Comments
-
I don't have those reports. I am still on version NPM 11.5 upgrading soon to 12. Is that how you have those reports? Or can i download them from somewhere?
-
We have the emails but i would like this to be on there summary view as well. They don't always see the emails.
-
If this is possible. would this be able to be set up in an Alert.
-
I can't import this. it tells me to change it to .xml which i do but it still fails with this error
-
Yes i put it in the feature request section. Vote for it
-
We need an option under the "Group by" on managed nodes page for muted alerts. Or list is under the "Status" category, so we can quickly identify and unmute in bulk. The report is great but when you have many to unmute bulk editing will make it much easier.
-
Right I just wanted to know the power state as they may be templates or VM's my group is building as new servers. This way if they are on i can find out who may own/working on and figure out why it hasn't been added to solarwinds. thanks for the heads up tho
-
Never mind I figured it out (BOLD). Here is the code for anyone else looking to do this as well. select vn.name AS VirtualServer, vn.GuestName AS OperatingSystem,vh.HostName AS ESXHost, vn.PowerState AS PowerState from Orion.VIM.VirtualMachines vn join Orion.VIM.Hosts vh on vn.HostID=vh.HostID where vn.GuestName not like…
-
What would the code be to have a column for power status. This way you can see which servers are on or off with one report. Thanks
-
The link for the hint doesn't work for "What are some of the topics the WWTGD series covers?" Click here for hint. Get this page below
-
I opened a ticket about this and got these options to try. Hope this may help others. What you want to try is the following First option Reset Condition << Select "No reset condition- Trigger this alert each time the trigger condition is met. So if the condition still exist it will trigger the action again. Second option…
-
How can I put in a duration of time to be unmanaged? I want to unmanage servers for 10 min using only the Start PS1 script.
-
I am also looking for this kind of report. Specifically Physical servers that the hardware Health sensor resource is not checked. Or is not an option.
-
Does anyone know of a way of saving the custom table resource and use it on other views instead of having to recreated for each view?
-
I'd like to figure this out for the "Applications Down" resource window. Have what is currently in the resource shown below but add the AppImpact level. If anyone can help me get started with a script that would be great. Can't seem to find the tables that stores the data for the default fields Application Name, Monitor…
-
It appears to be working now. Cleared all the Tables in the table layout and started over.
-
Does this feature lookup Server OS and/or DB version EOL Dates. Windows AIX Oracle SQL etc.
-
I see this as well and its Expired. How can we get rid of it so management isn't thinking there is a problem.
-
Nether of the suggestions worked i end up with every triggered alert that has Application in the message.
-
Where can this kind of data be found in the SQL DB. what Table.s I would like to combine Nodes with the end of support information. I found these 2 table but can't figure a way to join them dbo_NCM_EosMatchQueue dbo_NodesData
-
is the zip up jacket, fleece? Is this the jacket they use from port authority - Port Authority - Product Details - Mens/Adult / Outerwear - F227
-
Is there code for reporting on this in the last hour or Minutes? We are trying to prevent mass emails from users that may have been compromised. The hope is to stop the issue before it becomes a fire. example = mb.MessagesSentLastSixtyMinutes ( I tried this but it didn't work. ) I'm using a canned report with this script…