Comments
-
We should roll this idea up into "Regex everywhere searching or filtering is done"
-
Regex, put it everywhere there is a search/filter box. That would solve this and make many other things so much easier.
-
Go to Settings -> Manage Pollers and create a new CPU and Memory poller. Use the OIDs that other fella recommended when creating them. It's pretty straightforward but here's a link with some steps. When you create it there you'll get your CPU and memory resources populated with data. Matthew Hawks Loop1 Systems
-
So many frustrated ellipses! :O Look at this post: Anyone see SYSTEM create custom properties? Towelie says that SAM creates that custom property. On the system I tested the report on it contained the information you were looking for but I'm not 100% that Orion populated it automatically without some intervention. But…
-
So what method did you find works for you? I usually just through a huge custom html resource on the page and use iframe to link to another view. Not beautiful but easy. -Matt Loop1 Systems
-
Are the emails being processed properly in WHD? If so then that is okay for them to be deleted. Make sure you are using a service account for WHD and not your personal account.
-
Well let me make sure we're on the same page. To reset the admin password for the port 5480 management page, make a support ticket. To reset the admin user on the console, log into the VMAN server on 5480 and click the little reset password button.
-
Are you saying the JD was already set to 10FDx or you changed it to that? If it is set to 10FDx then change the switchport to the same thing, or change the JD to match the switchport.
-
If it's not working out for you send me a message and let me know. We can meet briefly to get out the data you would like and then post the solution here. Matt Hawks Loop1 Systems
-
Are you polling with the Universal Device Poller or did you create a CPU and Memory poller via Settings -> Manage Pollers? Matthew Hawks Loop1 Systems
-
You can input your own CSS to override the child styles.
-
Do you have SAM? I'm thinking you only see that field if you have SAM. -Matt Loop1 Systems
-
For you to start troubleshooting I would recommend going ahead and running the profiler from IE, firefox (preferred) or chrome. Profiler isn't the name in every app btw, you'll have to google that for each browser. Also, do all of this from the orion web server. That way you can halve your troubleshooting efforts.
-
You won't see the specific name of your poller in the list but instead a column called 'Unique Name' . The only downside to selecting Unique name is that it pulls all of the custom pollers. Use this query as the datasource for your report, it should pull what you need. SELECT caption, custompollername, currentvalue FROM…
-
If you're using the web alert builder then you can hit the 'insert variable' button near the body. Select the custom property from the list and hit ok. Then just copy that string to the To field.
-
I like the sultry lighting.
-
You sure can add SQL filters to almost everything. Unfortunately for daxuk, the Active Alerts resource doesn't have that option so he had to try another, round about , way to do it. I'm sure in future releases we will be able to limit views more dynamically. SolarWinds is pretty dandy about implementing things that make…
-
I've heard great things about the Loop1 training. I'm not biased at all. Matt Hawks Loop1 Systems
-
Keep in mind that when you negate a status you open the alert up to trigger on all of the other statuses that the interface could possibly fall into asides from down. Things like unknown, warning, shutdown, testing, dormant, umanaged, unplugged, unreachable, critical, could not poll, etc, etc. Matt Hawks Loop1systems.com
-
Log into Office 365 account you are trying to use and verify the SMTP server settings from the account's options. Also make sure whatever hostname you use is resolvable from the WHD server. Matthew Hawks Loop1 Systems
-
To do an equivalent comparison you need to check and see what the connections were at the time of the polling. Easiest way would be click poll now and just monitor the connections on the device until NPM populates with the new info. See if it starts hitting closer to home then.
-
You sure can. If alerting on the node then just use ${CustomerEmail} in the To: field. Matthew Hawks Loop1 Systems
-
I've used rackmonkey and openDCIM depending on my client's needs. If you don't mind doing the integration yourself then they are valid options. It's pretty straightforward depending on how 'tight' you want things to be integrated. Matt Hawks Loop1 Systems
-
That error is telling you that you're trying to run an update on a view (Nodes) instead of an individual table. I run into this all the time when I run update queries in SQL. If you're just trying to add a node through normal means then the fastest path to resolution is to run the config wizard. If that doesn't work then…
-
Definitely check what cj said. Also look at the retention settings for your traps and your trap receive rate. If either is high then the trap table could just be massive and hard to query. You can check the size of the table through SSMS. Matthew Hawks Loop1 Systems
-
You may be able to use the taylor series expansion to approximate the dBm but the formula would look ridiculously complicated. Unless you absolutely have to have the information stored in the database as dBm, I would use SQL to do the conversion on the front end. Use the Report Writer app to pull the data with a query and…
-
Follow this link. On the left side is a section called "Network Atlas Administrator Guide". Matthew Hawks Loop1 Systems
-
The application ID is related to the node ID in the APM_Application table. So join APM_Application to APM_SqlBbJobInfo. Then join Nodes to APM_Application. Matthew Hawks Loop1 Systems
-
Open a support ticket and they will change it for you. Matthew Hawks Loop1 Systems
-
Use this regex for your rule. logging.*\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b Matthew Hawks Loop1 Systems