Comments
-
View the page source from your web browser. Does the HTML look correct?
-
Are you using a SQL Server trigger. If you've set up SMTP, then the following trigger might work (I haven't tested it). Be careful though. I don't know how often that table is updated. USE [NetPerfMon] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TRIGGER [dbo].[upd_Engines] ON [dbo].[Engines] AFTER UPDATE AS…
-
More info: 8100 nodes 3 engines sp_who2 shows program name as .Net SqlClient Data Provider
-
I upgraded NPM 10.2 to 10.3 today. The only problem I see so far is that all of the pollers are at 5% Polling Completion. Does anybody know the quick fix for this? We are not using Topology data. I think the fix (also had a problem upgrading to 10.2) involves a change to one of the config files.
-
Incognito 1.3.6.1.4.1.3606
-
I'd love to see the DHCP-SERVER-MIB updated.
-
Admin -> Account Manager -> Edit Under Default Menu Bar and Views, you can change the Home Page View. Before doing that I've been going to Admin -> Manage Views, then copying and editing the page that I want a group to use. Then rename the new page.
-
You should be able to add them to your main SQL query: WHERE ( (Nodes.ResponseTime > ((Nodes.AvgResponseTime * 2) + 1)) AND ( (Nodes.SysName LIKE '%rtr%') AND (Nodes.SysName NOT LIKE 'con%') AND (Nodes.SysName NOT LIKE 'far%') AND (Nodes.SysName NOT LIKE 'chant%') AND (Nodes.SysName NOT LIKE 'stu%') ) I
-
Maybe something like this script could work. Let me know if you have any problems with it.
-
Look under the Conditions tab of the Trap Rule. Add the condition where "SNMPv2MIB:snmpTrapOID is equal to 1.3.6.1.4.1.789.0.646". That might be what you're looking for.
-
Is it Interface Caption?
-
I noticed the same thing when I created a new report. First off, there were two reports in the dropdown with the same name. I went back to Report Writer, and there were two with the same name listed there, too. Both previewed fine in Report writer. Neither one seemed to work from the Home page, so I did a "Save As" and…
-
A SolarWinds tech remoted into my system and fixed most of the problems. All pollers are still showing 5% completion, but that's a setting bug (involving Topology) that I didn't mention to him. The main issue was listing resources, where it failed more often than it worked. Before he connected, I noticed a problem on the…
-
You can in both the Subject and the Message. The only problem I've had so far is with the quotation marks. For example: ${SQL:Select NodeID from Nodes where RelatedInfo like '%N:${NodeID}''%'} What does your SQL Variable look like?
-
In SQL Server, the synonym for REAL data type is FLOAT(24). That should give a valid range of +/- 3.40E+38 with 7 digits of precision.
-
Does the window close when it's finished running? You might be able to run the batch file through a vbscript. Create SOMESCRIPT.VBS and place the following line in it. CreateObject("Wscript.Shell").Run "C:\BATCHFILES\SOMEBATCH.BAT", 0 The 0 at the end should hide the window.…
-
Is that OrionNPM-v10.1.1-RC2, or is something newer available?
-
Alert Definitions are exported as type ".AlertDefinition", but it's XML. Try opening it in Notepad.
-
SolarWinds can't add it to their product line without charging us heavilly for it, but you can add it yourself. Here's a sample showing how you can populate a map with your data and custom fields. Google terms and conditions require free public access to the maps. Don't charge people to use it. Don't place it behind a…