Comments
-
Same here, it happens sporadically and with no apparent reason.
-
Thanks for your answer... maybe a global "default" settings for everybody can be a nice addition.. then everyone can change his preference, but the initial situation should be decided/reset by the admin at a global level for me. As for how the workflow differs: Basically when we add one or more device that is the same type…
-
Hello, I would like to have this feature too. To answer to aLTeReGo, my case is the second one, the process comes up only when used by user (so not scheduled in anyway) and when used I have to monitor Ram utilization. Also more than one istance of the process can start and I would like to monitor the sum of ram occupation.
-
I've tried with both solutions that are now in place (the first on on both our pollers, the second one on all our webservers). HP warranty status is still working, Dell one is not unfortunately. Thwack templates now work by the way
-
WOW this is very nice! Is there a way to define a 'default value' ? As it is, it will work wonderfully from the node page, but if I try to view the report from orion report writer, no "${NodeID}" macro will be resolved, resulting in an error.
-
Is there a way to 'massively' enable a group of nodes already in orion? I have different Hyper-V Host already in orion, monitored via snmp (so no hyper-v monitoring). To change this the only way I found is to go node by node to change the polling method and re-add the resources I want to monitor, plus the 'hyper-v' one.…
-
Yes, but I've already edited the proxy settings for the system user (via registry) and that's when the HP servers started to have data. I imagine that the same should apply to Dell servers as well, but I'm all ears.
-
Hi Michal, as a further suggestion (together with the fact that a client application of custom property editor would be better than a web one) I would give the possibility for 'advanced users' to filter results in the editor with sql queries directly. Giving the possibility to make join and thus editing (i.e.) interfaces…
-
The cpeditor of 10.4.2 it's barely usable (to be fair), even if it is a 'table one'. Displaying more than 50 rows at a time will KILL internet explorer 8, which works very badly with the whole site (SLOW charging times). Sadly we still have XP in our infrastructure, so we are bound to IE8. Firefox is way faster, but cpe is…
-
I'm having the same issue. I can't get the arguments to reach the script. with arguments separated by space or coma, it does not change. This: import sys print "statistic: 0" print "message: num of args: ",len(sys.argv),", args: ",str(sys.argv) will return just this: Message.Statistic: num of args: 1 , args: ['']…
-
Thanks, I've done exactly that.
-
Thank you Richard
-
Hello aLTeReGo, thanks for the answer. I'm referring to the Multiple Statistic Chart, the multiple object charts is too specific from my understanding (I have to select the exact resource and it's more for a summary view than for a details view to be applied to an application template that fits more than one node). We have…
-
Hi Yossarian, thank you, but the 'up' status was just an example What I would like to do is something dynamic, so that independently from the status of the node, it will take the first event related to that status (thus the need to do the inner join getting the actual status of the node).
-
Hi, I've found it automatically included in the new tab (inventory) after the upgrade which enabled the asset inventory. I thought that too, but just wanted to know if it could be filtered with variables, probably not at this point.
-
The Idea would be the last 30 days (also because after that threshold statistic is aggregated to the whole day in our current polling settings). So the data I would like to have should be the average between samples collected in the "working hours" time frame each day, aggregated again making an average in the last 30 days.
-
We poll the majority of things via SNMP, asset inventory has been enabled during last platform update and hardware health is present on most of the servers. I can see all the hardware information without problems, for instance: HardwareAsset Type ServerHardwarePhysicalManufacturerDell Inc.ModelPowerEdge R710Serial…
-
Thanks roman.tatar I admit I can't find those logs (or something similarly named) but the table is indeed not ordered, rows ID are a bit of a mess if looked with a mib browser, and your answer explains well why I have only the first two rows.
-
This kind of matter interests me too.. I see that the topic is very old but as of today (10.3.1) it don't seem to be resolved. Since we cannot assign view by custom properties, is there a way to assign a view directly to specific nodes? It would not be dynamic but meanwhile may work
-
Hi Juniordev, Thanks for your answer, I'm using 1.9.137.0. Maybe it depends from the NPM version. We're still using NPM 10.4.1 because updating frequently is not so easy in our environment. What NPM version you're using? Thanks.
-
Hello mavturner, Sorry for the delay I've made few tests with our network guy and we managed to solve the problem. I had to add the related vlan under nta monitoring and not the physical port of the core. This is related to the fact that our building uses a different type of connection towards the core than the building in…
-
Thanks, I've tried that way but I was expecting results to be directly available during the test. Instead it works, but only on the polled value, not the tested one. Also label is not affected from this, but that's better than nothing
-
Since this topic hasn't received a single answer and months have passed, I'll try to put it into visibility again. Is there a way to do the above requested thing? I need to see when a single host makes more than X traffic over a time period of time through a router. Thank you.
-
No one? I can only have a chart with 3 different pollers, but not different rows of each poller.. it instead calculates an average of the values in the rows for each poller (which is meaningless)
-
Thank you Michal, your answer is perfect. To be fair, I've discovered the custom swql resource few days ago thanks to the discussion in this post: As you can see I customized one swql resource with brief details of the AP doing a query like this: SELECT ap.DisplayName, ap.Clients as Num_of_Clients, ap.WirelessType as…
-
Try to recreate the alert from scratch. I just had a similar problem and I've solved that way. (yes, doing a copy of the sql query so nothing really re-written)
-
Did you manage to solve it? I'm having this exact same problem with 7 switch, a distribution switch before them has gone down and those other 7 are now not reachable (down) but orion reports them as warning with 100% packetloss
-
I think I've solved this. I use a 'timezone' custom property on nodes (it's an nvarchar populated like -1, -2, 4) etc to indicate the offset of the node time from gmt. Query with just few details: Select Nodes.Caption, Interfaces.InterfaceName, AVG(InterfaceTraffic.In_Averagebps) AS AVERAGE_of_Average_Receive_bps,…
-
Hi all, I'll take this post because I need to obtain something similar using an alert sql variable, in particular I'm trying to obtain the crlf to work. I've got many 'optional' custom properties assigned to node, but I work trying to standardize alerts the most, so that an alert definition will be the same for a server or…
-
Apparently (until someone gives a better answer) the best way I've found to achieve this is to use report writer to create a report to be displayed with the "report from report writer resource". It can be filtered in the where part of the sql query with ${variable} macros. i.e. NodeID = ${NodeID} as stated here: SQL to…