Quantcast
Channel: THWACK: Message List - General Network Management
Viewing all 1249 articles
Browse latest View live

Re: Monitoring Room Temperature via APC Temp Sensor

$
0
0

Hi,

 

I think this still applies so I would like to see this answered. Basically what I have noticed is that with a range of APC products with varying ages, I cannot easily make a group of nodes that have the AP9631 uioSensor MIB. I am not sure if this is the cause but with a mix of devices, I cannot find this MIB to add to the y-axis of a custom chart. I am flexible with the style of output but even in a simple spreadsheet layout, I do not see this (somewhat unique) MIB as an option in the "UPS" object column.


Link Detailsurl to NodeID in a view using sql

$
0
0

been trying to build a sql resource that would tie the details url to the select node ids/caption.. the report runs ok in the preview but when I enable "Details Page Link", under caption , and submit it the table view fails....  is there something wrong in the sql query ????

 

sql query

;Select distinct
nodes.caption,
'https://Orion.Vch.ca/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N:'+CAST(Nodes.NodeID as varchar(256)) as 'DetailsURL',
nodes.nodeid,
  '<img src=/Orion/images/StatusIcons/small-'+ CAST(Nodes.StatusLED AS varchar(256)) + '/>' AS 'Status'

from nodes
where (nodes.nodeid = '4346' or nodes.nodeid = '4348' or nodes.nodeid = '4349')

 

Solarwinds Real-Time Configuration Change Detection Email Notification

$
0
0

I have install Solarwinds include NCM module. I would like to config the Real-Time Configuration Change Detection feature. I have configured all parameter following the configuration wizard. I tested to change some configuration one my Switches but I didn't get any notified email from Solarwinds. I found some error in NCM BL Logs. Please kindly see the error as below:

 

2018-07-31 15:00:21,270 [37] ERROR SolarWinds.Cirrus.BusinessLayer.RTNHelper - ExecuteRtn errorSystem.Net.Mail.SmtpFailedRecipientException: Mailbox unavailable. The server response was: 5.7.1 Unable to relay

 

I think this is an issue of Email Server. But I don't how to fix it. Does anybody meet this issue before?

 

Thanks,

Putmano

 

2018-07-31 15:00:21,270 [37] ERROR SolarWinds.Cirrus.BusinessLayer.RTNHelper - ExecuteRtn errorSystem.Net.Mail.SmtpFailedRecipientException: Mailbox unavailable. The server response was: 5.7.1 Unable to relay


Re: Solarwinds Real-Time Configuration Change Detection Email Notification

$
0
0

I haven't seen this issue, however a quick search found the following.

 

    "Cause

     The 550 5.7.1 means that it will not relay the message from the sending machine,  You need to have a receiver connector that allows your client's IP to relay through Exchange."

 

 

https://support.solarwinds.com/Success_Center/Serv-U_Managed_File_Transfer_Serv-U_FTP_Server/Knowledgebase_Articles/Exchange_Error_550_571_unable_to_relay

 

If you haven't reviewed this, I would suggest giving it a once over.

Alert me when an access port connected to two or more MAC addresses - issues!

$
0
0

Maybe someone who has dealt with this issue may be able to offer some ideas.

 

I was asked by management to create an alert to run every two hours (will change that soon to maybe once a day)  and the alert works as described.  Emails me information about each access port that has more than one mac address.    I get one email for each instance of this condition every time the alert runs. 

 

At this point a lot if not all ports (50 ports/alerts) are allowed to have more than one mac.   Therefore, I tried to filter out the allowed ones from the alert but it looks like it's not possible.    A couple of things I have done:  1) put a comment on the port itself within Solarwinds 'MultiMacAllowed',  2) I created a custom Interface property, 'MultiMacAllowed' and marked it as such, but later found out that I can't filter/use these fields in the alert trigger conditions.  So that route was not going to work.

 

After looking at the trigger condition options which there are not many ('description', 'endpoint count','Name','NodeID',PortID'), I figured maybe I can use the 'description field' for this purpose.  Not sure what 'description' really means, but I assumed it mean port description on the switch.   Configured the port description on our Cisco switch with 'MutliMacAllowed' as the descriptions and tried again using that field.   No luck here either.  No matter how I set it up it did not filter at all.   If I run just the Endpoint count >= to 2,  I got 50 triggered objects.   If/when I added the 'description' options no matter how I configured it I got zero triggered object.     Next idea was to use the PortID as the filter.   Found out the exact PortID for some of the ports I don't want to alert on and configured the condition as : PortID is not equal to xxx (tried other options)  and still got 50 triggered objects.  So PortID option is not working and it's ignored.     Just to see if this thing even works, I used the NodeID field.  Found the nodeID for a specific switch in question and said, "NodeID' not equal to xxx" and it worked.    When I ran the alert it only alerted on all switch ports except on ports on the switches that I told it to not alert.   But this option is no help either as I don't want it to omit the whole switch from the alerts.

 

Does anyone have any ideas why it doesn't work with 'description' and PortID, but works with NodeID?   Or maybe someone figured out a different way of accomplishing the same thing.   Any ideas/suggestions would be greatly appreciated.   At this point I spent more than 3 days working on this and got nowhere.      Tried using reports vs alerts and didn't get far.    Even tried Report Write directly on the server and got nowhere fast.

Slack Alert Issue

$
0
0

Hello, the community I'm an issue with my SolarWinds slack integration alerting. 

 

I have a webhook I have the code working right.  When I got to simulate the alert it fire offs fine.  When I go to actually make the alert live and fire off I get a "MACRO SQL ERROR - ExecuteScalar requires the command to have a transaction when the connection assigned to the command is in a pending local transaction. The Transaction property of the command has not been initialized"

 

 

My code:

 

"text": "${N=SwisEntity;M=Node.Caption}",

 

   "attachments": [

  {

   "fallback": "Plan a vacation",

   "author_name": "${N=Alerting;M=AlertName}",

   "author_icon": "https://www.computerhope.com/jargon/c/c-drive.jpg",

   "footer": "SolarWinds",

   "footer_icon": "https://www.logolynx.com/images/logolynx/48/48f3a143e208bf630db5f1cd0106c70a.png",

   "text": " ${N=Alerting;M=AlertMessage}",

   "actions": [

]

}

]

  

}

 

Please advise on what it wrong with my code and why this isn't working. 

Orion Atlas - Toolbar Missing

$
0
0

I've somehow lost the graphical toolbar (see screenshot below) in Atlas and can't find how to get it back permanently.

 

I say permanently because if I click on any of the words - Home, Edit, etc it pops out.

 

 

Anybody know how to "fix" it back in place pleasae?

Re: Orion Atlas - Toolbar Missing

$
0
0

There will be small button on the extreme right, kind of toggle bar.. if u click on that it should stay as is, no matter where u click...


Re: Orion Atlas - Toolbar Missing

$
0
0

Sadly I don't see any toggle button - except for the one in my screenshot above and all that does is move the save, refresh bar.

 

Re: Orion  Atlas - Toolbar Missing

$
0
0

check  the one on the top.. if the second option is ticked, the ribbon goes away when u click outside.. which is the same issue u are facing.

 

 

Re: Orion  Atlas - Toolbar Missing

Re: Orion  Atlas - Toolbar Missing

$
0
0

Ah ha - thanks, somehow I missed that 'minimise the ribbon' bit.

Menu Bars, Menu Items

$
0
0

Hello Everyone,

 

Using SQL Studio, I can find dbo.MenuBars and dbo.MenuItems easily enough. But I can't find these tables through SWQL studio. Can anyone help?

 

Cheers!

Brent Papworth

Re: Menu Bars, Menu Items

Re: Menu Bars, Menu Items


Create clouds or boxes with transparent backgrounds in Atlas

$
0
0

Possibly a stupid question...

 

In Atlas, we sometimes use clouds, or other shapes to help provide a visual aid to the engineers investigating any issues.

 

If we follow this process:

 

1. Add cloud

2. Add device

3. Place device "in" cloud

 

Then we have no issues with visibility.

 

If on the other hand 1 and 2 are switched then the cloud obscures the device image and only the device label shows through. So, question: If we need to add clouds, etc at a later date but don't wish to re-add the device and any connectiviy, then is there a way to make that image see-through / transparent? These images, the clouds, etc, all come from those built-in to Atlas and are not added by ourselves.

Imported node appears as ASA

$
0
0

Hi all,

 

We have a requirement to add nodes that we don't manage and have no physical access to - not even ping.

 

To date I've been adding the few of these that we need as an 'external node: no status' and then filling in the necessary details, etc. The trouble is that when viewed via the node details page they always show up as bineg ASA's (see screengrab below)

 

 

 

The trouble with this is that other then presenting the view for a Cisco ASA is that is also doesn't sghow us any of our 'custom properties' which are essential (for us) for these types of node. Any clues on how to fix this before I raise a ticket with support? I've checked "Views by Device Type" and unknown uis set to default. Don't know where else to look and my Googling isn't finding any other references to this.

Re: Imported node appears as ASA

$
0
0

Hi,

 

What version of NPM/Core are you running?

 

We had a similar thing with devices that were classed as Cisco getting the ASA view type, turned out it was a bug and has been addressed in 12.4

Re: Imported node appears as ASA

$
0
0

Thanks for the reply - we are on 12.3 so looks like I'll be discussing this with our tooling chap to get the update installed.

Re: Imported node appears as ASA

$
0
0

No problem,

 

If you change the type back to normal bear in mind if anyone does a "list resources" it will flip it again, i have a scheduled task that looks at the DB table and warns me when it's changed.

 

I am due to upgrade to 12.4 in the new year so have to keep an eye on this one regularly.

Viewing all 1249 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>