News:

We really need your input in this questionnaire

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - sodalist

#21
Feature Requests / Scheduler, ...
February 08, 2008, 08:41:52 PM
- built in scheduler as you would have posibility to trigger action on agent not only
  using event procesing rules but define scheduled execution of on agent defined
  action
#22
Feature Requests / Interface to manage tasks, ...
February 08, 2008, 08:40:01 PM
same as alerts sonsole

- option as acnowledge, create task
- very very simple interface to manage tasks :)

Table:
* link to specific alert if it was created from alert
* link to node
* asigned person
* short description, comment filed
* urgency: hi, lo, ...
* status: open close
* archive: yes, no

Simple filtering on columns. Right click as on graphs to show time period.
All tasks are in 1 month or sth. round robin table so, old closed tasks are
owerwriten by new ones. If status is closed and archive flag is set this
tasks stays in table.

If you have nothing smarter to do:
- lookup using rightclick on node, show archived tasks
- option to reopen task
- event procesing that creates tasks



#23
ability to define multiple snmp agents on node...
ability to tie data colection to specific defined agent

* For instance server with 10 java virtual machines with enabled SNMP management on UDP ports
  161, 162, 163, ...

* I am solwing this problem currently using proxy on net-snmp and still trying to figure
  out how efficently monitor multiple JVM per machine.   
#24
  * another leaf in properties of object (General, Pooling, Capabilities, ..., Attributes)
   * another leaf on object (Overwiew, Last Values, ..., Attributes)

  Attributes would be multi column table:
   * name:
   * type: bolean, list, string, ...
   * value: ...
   * description:
   ...

  Usage:
  * for quick notes
  * for defining internal variables: name: "Type of system"  type: list, value: (prod, stag, dev)...
  * abbility to use this attributes in macros, event processing, if attribute defined and if value...
#25
Feature Requests / Empty Data Collection Item, ...
February 08, 2008, 08:25:55 PM
- ability to empty data collection item
- right click: empty, prompt, sure: yes/no

A
#26
In Object Picker, "Select Object" dialog you now have two columns: Name, Class.
In case you have a lot of objects this can be problematic. (quantity of objects, same
names)

I have objects (nodes) grouped in containers under "All Services" in tree. Some of
container names are used multiple times. Problem occurs when you have to bind
something but you have 5 or more :) same names available in object picker.
(currently I use mechanism of temporary renaming object)

Features would be:
- shown path to object in column "Path"
- filtering on object type
- filtering on object attribute value
- ability to show only object in selected container
- ability to show only objects further from some point in tree

A




#27
General Support / SNMP, Counter64, value, ...
November 30, 2007, 01:36:53 PM
Hi,

Any suggestions on how to query 64bit counters with netxms ?

NETXMS version: 0.2.19 (x86_32, Windows 2003 SE)

in:
nxsnmpwalk -c public -v 2c x.x.x.x .1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33

out:
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33.1 [46]:
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33.2 [46]:
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33.3 [46]:
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33.4 [46]:
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33.5 [46]:

NET-SNMP version: 5.3.1 (x86_64, GNU/Linux)

in:
snmpwalk -v2c -O nT -c public x.x.x.x .1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33

out:
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33.1 = Counter64: 0
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33.2 = Counter64: 143130624
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33.3 = Counter64: 17891328
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33.4 = Counter64: 357957632
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33.5 = Counter64: 88080384


thank you,

Ales