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

#1
Announcements / Re: NetXMS 2.0.2 released
January 31, 2016, 02:40:33 PM
I on the Debian 8.3 run apt-get update && apt-get upgrade,but not upgrade from 2.0.1-1 to 2.0.2. repository is not update?
#2
I have a node is Windows 2012 R2,install netxms agent version 2.0.1. I defined a Object Tools,type is Agent Command, This command is PowerShell Script that on operator system execute is normal.but via node agent execute hint me timeout. I have on the node set " ExecTimeout =  2000000 "and on netxms server set "AgentCommandTimeout = 2000000",and restart both.
Windows 2012 R2 node nxagnetd.conf file  as follow:

MasterServers = 192.168.137.137
EnableActions = yes
ActionShellExec = pullinfo:powershell.exe c:\getinfo.ps1
ExternalParametersProvider=C:\getinfo.ps1:5
ExecTimeout =  2000000
ConfigIncludeDir = C:\NetXMS\etc\nxagentd.conf.d
#LogFile = {syslog}
LogFile = c:\NetXMS\nxagentd.log
FileStore = C:\NetXMS\var
SubAgent = ecs.nsm
SubAgent = filemgr.nsm
SubAgent = ping.nsm
SubAgent = logwatch.nsm
SubAgent = portcheck.nsm
SubAgent = winperf.nsm
SubAgent = wmi.nsm
SubAgent = ups.nsm
[filemgr]
RootFolder = C:\test

the "ExternalParametersProvider=C:\getinfo.ps1:5" and "ExternalParametersProvider=powershell.exe C:\getinfo.ps1:5"  same not working. this powershell script is period get system disk space usage and generate report file. How to can be as Linux system normal Work?

moreover,Windows 2012 R2 system  have other network interface as "isatap.localdomain" and "isatap.{34F1D761-B32C-4AF0-936A-9C64598A8529}".this why? and when I try more than one agent command as above.The Windows  nxagent  service is cash,and I try start nxagent that throw error as screenshost.
#3
Hi,I want to view web site inside Dashboard,thus I create a Dashboard have a type is "Web Page" Dashboard Elements.but I hope per 10 second refresh Dashboard,To sure if web site can be normal visit.How to realize? Thanks everyone
#4
General Support / Re: Agent Command not execute
January 27, 2016, 11:31:13 AM
Thanks a lot!
#5
General Support / Agent Command not execute
January 27, 2016, 10:03:51 AM
I install netxms server 2.0.1 on the Debian 8.3. and then  Install netxms agent on the  ubuntu 14.04.3.  the ubuntu /etc/nxagentd.conf file as follow:

# Log File
LogFile=/var/log/nxagentd

# IP white list, can contain multiple records separated by comma.
# CIDR notation supported for subnets.
MasterServers = 192.168.137.137
EnableActions = yes
SubAgent = filemgr.nsm
[filemgr]
RootFolder = /nxagentdir
Action = showip:/netxmscommand/showip.sh
Action = oport:netstat -lnatup
Action  = FWStatus:iptables -L


the debian netxms server config file /etc/netxms as follow:

LogFile=/var/log/netxmsd
DebugLevel=7
DBDriver=pgsql.ddr
DBServer=127.0.0.1
DBName=netxms
DBLogin=netxms
DBPassword=netxms
EnableReportingServer = 1
ReportingServerHostname = localhost
ReportingServerPort = 4710


on the restart netxms server and netxms agent after,I add Object Tools,type is "Agent command".but Agent Command Cannot execute,Detail please attachments.