Comments
-
i think the defaults will be restored when you delete the view from settings > manage views page, and then run the configuration wizard from the solarwinds server.
-
The answer is 'probably'. Does the printer support any MIBs? If it does and you know the OID to poll that shows the 'service' status, you can add an SNMP component monitor
-
For Custom SQL alerts, generally the Reset condition also needs to be Custom SQL as well See this excellent post from Richard Letts Warning about custom SQL alerts (reset trigger)
-
hi Helen, You may want to move this discussion to the Server & Application Monitor forum as it is the right product for the job. There are out of the box templates for reading text files and searching for keywords of your choice, but not for reading Excel files.So, you will need to look at the Script Monitors section of…
-
have you looked at this document already? http://www.solarwinds.com/documentation/apm/docs/apmwmitroubleshooting.pdf
-
Ah! It's a custom SWQL report. So, the format for referencing custom properties in SWQL is Nodes.CustomProperties.YourCustomPropertyName. So, if you want to use the PONumber CP, it would look like below
-
Have you tried editing the report to add new columns or build a new report using the custom table resource?
-
SQL Server Two Ways - SAM AppInsight for SQL and Database Performance Analyzer This is a good resource to start understanding the differences between the two
-
Because you have app1 and app2 in the same condition group as the Un* statuses in the 'any' condition group, the status condition is effectively ignored. The correct alert definition should look like below (notice the indentation). Trigger Alert when all of the following apply node name is equal to specifichostname01…
-
Yes. Use the Any Alert alert group and exclude any events you don't need. Something like below
-
short answer: yes customizing layout for for a specific user: create views and add the views to a menu bar edit user account and assign these menu bars limiting what devices / interfaces / objects a user is supposed to see: edit user account and add account limitations
-
Are you using npm v10.7 or higher?
-
Hi k1gaudineer, - I am wary of any such large scale edits in the database - if you want to press ahead, I would do a controlled test first. edit an interface, rename from the web console first and make sure subsequent polls and rediscovery doesn't overwrite it with the description on the device. if I may ask, what is the…
-
How about renaming the interfaces on the devices itself? You can use Orion NCM to create a template to set the descriptions based on criteria. You can see some examples here http://oriondemo.solarwinds.com/Orion/NCM/Resources/ConfigSnippets/ConfigSnippets.aspx NPM should automatically update the descriptions based on…
-
Click on Customize Page from an Interface Details view Add a 'Custom Chart' resource Select the data series you need Sample with preview shown below
-
Are you seeing any errors when downloading the startup config?
-
Can you rsyslog log to a text file in an unmodified format? If so, you should be able to install the LEM Agent on the rsyslog server, and enable a connector on the agent node to read the firewall log from this text file
-
The MIB does not have to present in the Orion MIB database to setup a custom poller. All that you need to know is the OID. And, it looks like MIB is availableon the tripp website. Once you create your custom pollers, please upload them to thwack content exchange
-
You may want to launch the Orion Diagnostics tool, and click on 'Active Diagnostics' to see if there are any red flags raised there Also, you can launch the PermissionsChecker.exe tool from the Orion installation folder (using the 'Run as administrator' option), and 'Repair' any issues that are reported
-
What are the scan settings for this subnet? Can you ping this IP from the IPAM server?
-
Funnily enough, a quick search led to me to your document UNIX File Existence Monitor This requirement must be obviously different that your previous script. Can you provide examples of the varied ending you mention?
-
Which product and version? You can skip website optimization, which only means the pages will be compiled later on first access. Subsequent access to the pages should be fine
-
This should be possible with a custom table in web reporter. you don't need to come up with your own Sql queries. Did you try that route first?
-
I'm running a more recent version but I am pretty sure it was possible in NPM 10.3 as well. Simply click on the 'TIME OF ALERT' column title and you should be able to sort on the alert time
-
Haha. The post has modesty written all over it!
-
Find the service name (not the display name) for the Sophos one. Add another line in the script after case "sysmonlog" and that should exclude your Sophos service from the list this script would check P.s: please move this to the SAM forum.
-
you may be looking for this Event? NULL SID Security Log Event ID 4625 when attempting logon to 2008 R2 Remote Desktop Session Host
-
SolarWinds Online Help you can enable configmgr features if you had turned off during the installation as per instructions above
-
Click on the Export button on the graph resource and you will see the familiar options to choose custom time ranges, including export to HTML and CSV
-
Use the Report Writer utility on the SolarWinds server to add the node name, IP address, the custom poller name and the custom poller result. You will need to add filters to restrict the output to specific custom pollers and nodes. This will display each node's custom poller in a separate row. If each of the custom pollers…