Comments
-
Any idea if the features are going to be separately licensed or included in existing NPM licensing when this product goes general release?
-
Works great... thanks for the help!
-
So the following update seems to do exactly what I'm looking for: UPDATE dbo.nodes set SerialNumber = t.status from ( select distinct caption, status from ( select caption, a.Status from dbo.CustomPollerStatus A join dbo.CustomPollerAssignment B on b.CustomPollerAssignmentID = a.CustomPollerAssignmentID join dbo.nodes C on…
-
If I modify the where clause in your query so like so: .. where ( b.assignmentname like 'CiscoSerialNumber%') .. it looks like it gets me what I'm looking for. Instead of doing the update based on the caption field, would it be better to do it on the Node ID as that's the key between the tables? Or am I…
-
I'm experiencing this same "Unable to convert the Web Page to PDF" error message. I would love to know if there's a solution.
-
I was experiencing this same issue with fprobe and it was in fact related to the SNMP interface index. In my case, I was attempting to see netflow traffic between the interface eth1 and ipip0 so I used snmpwalk to determine the interface indeces like so: snmpwalk -v2c -c community linuxbox iso.3.6.1.2.1.2.2.1.2 which…
-
Thanks for the reply. I have created a custom binary property to either alert or not alert on a per-device basis. With regards to basic vs advanced alerts, there are some out-of-the-box duplications there. For example, there's an "alert me when a node goes down" in both and it's enabled in both. What is the difference?
-
I think the reason the serial number is in a custom property is simply because that's where the custom poller puts it. To me, it's far more useful in the Nodes table, which is where I'm trying to go with that. How do you poll the serial number and place it in the Nodes table?
-
Thanks for the reply. I've poked around in the database and figured a few things out. Now I need to tie them together. If this were a MySQL database on a Unix box I could do it in a perl script run out of cron no problem. But being MS-SQL and Windows, I'm at a little bit of a loss. The CustomPollerID for the…
-
I'd be interested in the same thing.
-
In looking further into this issue there appears to be a couple of things going on. First, the web service is only bound to the IPv4 address of the server but the resolver puts a higher priority on the IPv6 address when using a URL with a name. So I substituted the IPv4 address in the URL to force it to connect to the web…
-
I'm experiencing the same issue, despite using known-good credentials. I've tried a local account and a Windows AD account and neither work.