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 - sushizang

#1
Feature Requests / Read/Write DB table...
June 22, 2009, 03:48:45 AM
Read and Write data on user own DB (Ex. MySQL).

Especially, Write the collected data by NetNMS into user own DB.

For Ex. Read disk size and write that into my DB.

Needed parameters are:

1. DB server address
2. DB name
3. User name
4. Password
5. Table name
6. Query (Something like Fieldname = 'myField')
.
.

How about you?

Thanks.
Regards.
#2
General Support / [BUG?] show host names not saved.
June 18, 2009, 05:06:12 AM
Add multi source of graph and check the " Show host names" in Graph Properties and click OK.

Close that graph window and re-open that saved graph, but Show host names is unchecked.

Could you check it?

Thanks.
Regards.
#3
Feature Requests / Agent parameters...
June 17, 2009, 10:08:20 AM
1. Read file & get data
File.Content.Char(*)
File.Content.Int(*)
File.Content.String(*)

2. Read shared memory & get data
Share.Mem.Char(*)
Share.Mem.Int(*)
Share.Mem.String(*)

How about ?

Thanks.
Regards.
#4
General Support / SNMP OID auto discovery...?
June 12, 2009, 10:18:11 AM
I want to monitor status of my process using SNMP protocol on linux system.

But, the process has restart, that OID(Linux PID) is changed, so can not monitor any more.

How can I fix it?

Thanks.
#5
General Support / Threshold and auto action...
June 12, 2009, 07:27:58 AM
1. Windows agent

1.1 agent config
Action = Test2:c:\Test2.bat (echo test2 >> c:\test2.txt)

1.2 Event OK

1.3 "test2.txt" generated Ok. (Works fine.)


2. Linux agent

2.1 agent config
Action=Test1:/root/test1.sh (echo test1 >> c:\test1.txt)

2.2 Event OK.

2.3 "test1.txt" not generated.


What's wrong?

Need helps.

Thanks.
#6
I want to restart my remote process(linux) when that process goes down, using NetXMS console.

How can I do?

Thanks.
Regards.
#7
General Support / DCI problem...
June 11, 2009, 08:04:29 AM
Using NetXMS agent, some custom process can not be recognized.

That process really executing in the system(Linux).

I can check it using "ps -ef".

But, When I get it on NetXMS console, just return value '0'.

Other custom process is works fine.

Using SNMP protocol, can not be auto recognize that OID(PID). Right?

Could you help me?

Thanks.
Regards.
#8
0. src: netxms-0.2.26.tar.gz (None of modified)
1. Install Microsoft Visual Studio 6 Ent.
2. Install Microsoft Visual Studio 6 Service Pack 6
3. Install Microsoft Windows Server 2003 PSDK (PSDK-x86.msi) & Set path (include, lib)
4. Install Microsoft Windows Server 2003 PSDK (CoreSDK-x86.msi) & Set path (include, lib)
5. Download openssl-0.9.8b-vc6.tar.gz
   -> Program Files/Microsoft SDK/include/openssl
   -> Program Files/Microsoft SDK/Lib
6. Download expat-2.0.1.tar.gz
   -> Program Files/Microsoft SDK/include/expat.h
   -> Program Files/Microsoft SDK/include/expat_external.h
7. Download expat-win32bin-2.0.1.exe
   -> Program Files/Microsoft SDK/Lib/libexpatw.lib
8. Download zlib123-dll.zip
   -> Program Files/Microsoft SDK/include/zlib.h
   -> Program Files/Microsoft SDK/include/zconf.h
   -> Program Files/Microsoft SDK/Lib/zlib1.dll (google)
9. copy icon file
   : netxms-0.2.26/src/console/win32/icons/Severity*.ico -> netxms-0.2.26/src/console/nxuilib/res/
10. Download scintilla178.zip
   -> Program Files/Microsoft SDK/include/Scintilla.h
11. Install Microsoft Speech SDK 5.1 (SpeechSDK51.exe) & Set path (include, lib)
12. Build

Bye...