Comments
-
Sorry, I wasn't more clear. I am talking about the Mobile Admin App that you would have on your Apple / Android devices. EDIT: This is the first time I have made a feature request, did I do it right? This is posted in the Mobile Admin feature requests correct?
-
Very good suggestion! Always wondered why it wasn't listed there in the first place.
-
Thanks, this worked wonderfully!
-
Good find, but it would be much more convenient if it would be placed in a similar fashion to the application details page. That way, it could still be there if they didn't want the top 10 CPU showing up.
-
No problem, was my fault for not being very specific. I have updated the original request to hopefully make it more clear what I am talking about and asking for.
-
Ya, I am definitely on the right track now.. By the end of today, I should be able to condense all the alerts I had to begin with into two separate alerts. Huge thanks to everybody that has replied to the thread, you've been a huge help! Also, 20,000 emails in 5 minutes... I thought my 50 emails going out in one night was…
-
I ended up downloading a MIB browser to take a look at this printer, and I was able to find some very interesting things such as more OIDs that pull back more detailed and varied integers. it even pulls back the correct stuff in Solarwinds. I am not 100% sure about the Get and Get Next, but using the Get with this new OID…
-
Since the Get-Next method returns the next instance in the MIB tree would it not pull the wrong information? So say the OID pulled back a value or 2 meaning there is a toner error, then wouldn't the Get-Next report a value of 3 showing an unknown error? Am I mis-understanding what the Get-Next method does?
-
After messing around with them a bit more, depending on the "Get" or "Get Next" method type I receive different values (which makes sense), but the values I am getting are a bit strange. If I use Get method type is returns a 0, if I use the Get Next I get a 1. Currently, this printer does not have an error so in theory…
-
Just to close this out, I did create a ticket on the 6th and we were able to get it working again.. The issue was a old .dll file that was leftover from a previous version that was causing the issue. I cant think of what .dll file it was, but I can get the name when I get back to work on Monday. Once we deleted that .dll…
-
Ya, I was misunderstanding you I think. What you mentioned earlier makes more sense now after playing around with it a bit more.
-
After playing around with it in Solarwinds some more, it does seem like you are correct. I'm not sure why I was told otherwise by the Lexmark rep. Also, how did you come about that conclusion from that page? That was the site I used to help me get the OID in the first place. Anyways, this opens up a lot of possibilities..…
-
Just talked to a couple people in the department, and apparently we have a third party wildcard cert that I should be able to import on the server and should resolve this issue. I will let you know, but hopefully this should work. If not, I will just create a self signed cert and roll with it for the time being. Thanks…
-
Auto-growth is enabled, and the database size is sitting around 236MB. I have more than enough space on the drive my backups, log files, etc are saved to.
-
Well you're just awesome! The ${Node.PrimaryContact} works in the TO: line in conjunction with a Component and Application alert. This just made condensing all these application alerts so much easier! Thanks for the help.. I was under the impression this would not work and wasn't even going to attempt it.
-
Started playing around with Component Property alerting, and lets say I have 5 different server admins that only want to be alerted when it is something only with their server I will need to end up making 5 different alerts total correct? I will need to set it all that in the trigger as well? You mention you use the custom…
-
Thanks, I will give that a go and try to stay away from the suppression alerts then.
-
Alright, just to update the thread in case somebody else come along and is looking for this information. For the most part the OIDs for Lexmark pull back strings and numbers. For example the OID 1.3.6.1.4.1.641.2.1.3.1.6.0 pulls the prtgenStatusTonerError. In the Lexmark MIB file, it is shown as follows.…
-
I have been getting emails about applications being unmanaged when I unmanaged a node for a restart, The only way I have found to resolve this issue it my above email.. If they should not be sending out emails by default, then something else is going on. The way I have my application monitor setup, It seems to be reporting…
-
I was looking around in the MIB file for all the different OIDs and what they return and to continue with the above example, the TonerStatusError OID looks to return 1 of two things.. It has 3 stages and each stage has its own string with it. What I am not sure of is whether or not that OID returns the stage number or the…
-
If I was to use a third party cert, would that fix the issue of having to change IE settings on each computer that accesses the Orion website, or is there no way around doing that?
-
I don't think so, the database is still pretty small.
-
It seems custom node properties will indeed work with application and even component property alerts. Might work with others, but only tried it with those two so far.
-
Wish I could help ya, but I am new to all this and still trying to figure it out as well. It seems like you have a good setup going though. When you say component, do you mean the applications that are added to the nodes? If so, how are you able to send off specific emails depending on what node it effects as I would…
-
I will definitely try adding in ${NodeContact} into an application alert to see if it works or not. I will let you know one way or another once I test it out a couple times. Thanks again for all your help!
-
So to make sure I am understanding this correctly, I have two main options for application alerts. I can either chain them all into one alert (Like you have shown in the reply to W1ngnu7), but that will run into the issue with it sending an email to everybody. Or, I will need to setup an individual application alert for…
-
Any idea on why the Alert suppression was causing my alerts to not work? Has something in SolarWinds changed to make them not work like they used to? I have had these alerts setup for 6-8 months now, and only recently started having issues.. As far as I can tell, nothing has changed. Tried to re-add the alert suppression,…
-
+1 Good call, that seems to be what was doing it.. Why would it have all of a sudden started to cause issues? I had it running like that for months just fine. Ill have to dig around and maybe re-build the suppression alert to get it to working correctly again.
-
I have a custom property called DeviceType that we either set as "Server" or "Printer" so to differentiate between the two. The emails that get sent out for Server / Printer issues are completely different due to requests on what people wanted contained in the emails. So to have different emails sent out I made two…
-
Awesome, that's what I was looking for! Thanks everybody for the help!