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

Messages - sodalist

#31
Feature Requests / Templates EXPORT/IMPORT, ...
June 19, 2008, 09:35:08 AM
When someone configures template, now has no practical way
to share it with others. By enabling exporting DCI(s),
configured in template, rightclick on Template, export,
a comunity sharing templates could be established.

This could also be useful:
- when establishing multiple netxms servers
- hand edit of exported file (xml ?)

Import would be done by creating empty Templat and Importing
exported file to it.

thank you,

A
#32
Feature Requests / DCI, Copy Thresholds, ...
June 19, 2008, 09:24:29 AM
When you right click on DCI  with configured thresholds there could be options:

- copy thresholds
- copy thresholds to other DCI

thank you,

A
#33
hello,

It would be very functional if click on template object in object
browser would have beside Overview, Subordinates additional tab
"Last Values" that would show last values of DCI-s on Subordinates
the template is applyed to.

Most of my templates include redundant work to create custom graphs
for every template I apply to object.

In souch way you could quickly select three DCI-s from different
nodes on template object and graph data without need to: create graph,
add DCI-s from nodes, save graph, modify it when you apply template to
additional nodes.

thank you,

Ales
#34
Thank you :)

A
#35
Ability to use jokers in File.Count(*)

It would be nice to have ability to use jokers
in File.Count parameter. For instance if you have

x:\folderA\subfolder\a\file1.txt
x:\folderA\subfolder\b\file2.txt
x:\folderA\subfolder\c\file3.txt
x:\folderA\subfolder\c\file4.txt


File.Count(x:\folderA\subfolder\*\*)
or
File.Count(x:\folderA\*\*\*)

Would return: 4


Or add additional DCI: File.CountEx(*)

File.CountEx(<root_path>,<depth>)

File.CountEx(x:\folderA,2)
Would return: 4


thank you,

Ales
#36
General Support / Re: Windows Performance Counters
April 17, 2008, 11:41:39 AM
used search: WinPerf

I found some hints.

thank you,

A
#37
General Support / Windows Performance Counters
April 17, 2008, 11:26:45 AM
hello,

I would like to get windows performance counter in agent.
As I checked in /src/agent/subagents/winperf/collect.cpp
additional windows performance counters can be pulled defining
them in config as:

<parameter name>:<counter path>:<number of samples>:<class>:<data type>:<description>

I tried test DCI as:

System.CPU.LoadAvg.test:"\\System\\Processor Queue Length":60:0:DCI_DT_FLOAT:"Average CPU load for last minute test"

I cannot figure out how to define this in: nxagentd.conf

thank you for your help,

Ales
#38
- view: hide unmanaged objects
- user property: do not show unmanaged objects
#39
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
#40
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



#41
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.   
#42
  * 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...
#43
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
#44
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




#45
General Support / Re: SNMP, Counter64, value, ...
December 03, 2007, 09:09:09 AM
Hi,

Verified patch. Working.


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
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33.1 [46]: 0
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33.2 [46]: 143130624
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33.3 [46]: 17891328
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33.4 [46]: 357957632
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33.5 [46]: 88080384


Thank you very much,

Ales