Comments
-
Good idea superfly, I didn't think about moving the resources to another tab. That'll have to do for now, and should help speed up things somewhat. Thanks!
-
That will let you copy a view. I don't see a way to copy a tab on a view from there...
-
Since I'm only interested in whether the app pools are running or not, this works with SAM interpreting a "Down" or "Up" state with the exit codes; import-module WebAdministration $status = 0 $results = Get-ChildItem IIS:\AppPools\* | Where-Object { $_.Name -like "*power*" } foreach ($item in $results) { if ($item.State…
-
This works in that it shows all the pools and their state, but when testing the script output, Orion returns "Get output failed". When testing the monitor, it fails with "Unknown status".
-
Thanks man! I'll give that try when I get a chance.
-
I guess no one knows the answer to this one. I'm still working on getting a monitor to do this....
-
I find it hard to believe I'm the only one who has seen this?
-
Being able to edit the report message would be great, but I don't know of a way to do this. Feature request? You might want to check in the Report Lab section of the Forum.
-
Thanks to you both, this is exactly what I was looking for. Much appreciated.
-
2019 and this STILL isn't a feature. Good job, guys.
-
Thanks, that works great. I'm trying to figure out how to get the node name in this so it can be grouped that way but neither table has that info.
-
Bump. I can't be the only one that's come across this. In fact, I think it was noted at one point that this info was missing in reporting.
-
So expanding on this myself, it doesn't look like it's possible to create reports that sum the total CPU, Disk, Traffic/bandwidth, and Memory usage for a group. This would be helpful since I have groups that reflect the status of a line of business or unit. It would be great to be able to show how much of these resources…
-
Could you elaborate a little more? Do you mean adding the actual URL as a node? And what in QOE would represent the HTTPs traffic? SSL?
-
Ok, here's the fix; WebHelpDesk Reported to have a Weak Ephemeral Diffie-Hellman Public Key . Turns out there is a template file, which is why my changes were overwritten. I've successfully connected via FF now.
-
I've run into this as well, and the settings outlined here should fix it; Logjam: PFS Deployment Guide , but every time I restart WHD, the ciphers section of the Tomcat server.xml file keeps getting changed back. Currently can't use WHD with FireFox now and I'm positive other browsers will be implementing the same thing.…
-
Still seeing this happening on 12.4 in 2019...However, if you go to Manage Map > Select the group on the map > On the far right, you will see an 'Edit' link. Once there, on the bottom, you'll see 'Name of location'. Once that's filled in, the 'Unknown' captions will go away.
-
So I discovered this and there was a glimmer of hope. But counter intuitively, it shows the memory usage of the NODE in red. I'm assuming the CPU load is also a node value. When I clicked through to the Application page, it clearly showed SQL server using a lot of memory. If it just showed the COMPONENT value of those…
-
Appreciate the answers. These solutions are a lot of legwork and I'm not sure they address what I'm after. Also, I'm not using AppInsight at all. If MSSQLServer was using 98% memory, it would show on the component page like my screen shot (note, i wasnt able to reproduce a problem for the shot). What I'd like is to show…
-
This is getting really strange. I’ve verified the TFTP server service is off, and the SCP/SFTP service is on. I can re-execute a transfer successfully and it says it downloaded the config, but I see nothing happening in the window and nothing going to the root directory.
-
Yep, years later I'm still looking for a way to capture this value...
-
I can't get this to work at all following any of the instructions here or the Serv-U documentation. No matter how I configure it, when I look at the group properties and select the Members tab, it says "All LDAP user accounts are members of this group." , but I get an error that there is no home directory for my account.…