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

#1
Hello all,
I have configured syslog monitoring on the netxms server and agent nodes.  I am getting all managed nodes /var/log/messages to show up on the Netxms servers /var/log/messages, however when I view syslog in nxmc, nothing shows up.  It was working in a previous version, but when I upgraded to the latest version, nothing show up.
#2
General Support / Postgresql filling data files fast
April 05, 2021, 04:59:41 PM
Hello,

I am running postgresql 12.1.2 and am experiencing /var/lib/pgsql/base/16384 filling up quite rapidly.  I started out with 4G in /var/lib/pgsql filesystem and it went to 100% full.  I doubled it to 8G and 4 days later, it is 100% full again.  There are 1573 files in base/16384. no large files, just many files. Two files at 168M and the rest 66M or less.

Is this usual?  How large should the filesystem be?  Can these files be removed?
#3
I have successfully configured Syslog Monitoring and I am receiving messages from all agent nodes.  How can I create alarms from the syslog monitoring message entries?
#4
General Support / Syslog Monitoring
March 04, 2021, 08:26:12 PM
What file location are parser files kept? 
#5
General / Admins Group membership
February 04, 2021, 06:44:15 PM
I can add users to the Admins group, but if I subsequently restart netxmsd, the users in the Admins group are removed, except for admin.
#6
General / Issues with clearing alarms
February 02, 2021, 05:04:55 PM
As a long term administrator of HP OML/OMi, I (and the operations staff) are used to seeing a clearing alarm when an anomalous issue has been corrected.  The "standard" has always been to have the clearing alarm terminate the problem alarm, then after 60 seconds, the clearing alarm terminates automatically.

I am looking for a way to accomplish this (if possible).

Any help would be appreciated.
#7
General / Terminate a NODE_UP after 60 seconds
January 25, 2021, 08:42:24 PM
When a NODE_UP us received after a previous NODE_DOWN, I would like to terminate the NODE_UP after 60 seconds.  Can anyone tell me how to do this?
#8
General / Automated alarm termination
January 21, 2021, 05:54:46 PM
When a node goes down, I get an alarm in the alarm browser.  When the node comes back up I get a Node up alarm in the alarm browser.  What I need is:
When the node up alarm arrives, I need the node down alarm to removed from the active alarms and the node up alarm to stay for 60 seconds, then be removed.  Is this possible?
#9
General / Alarms disabled and still some show up
January 21, 2021, 05:49:32 PM
While implementing NetXMS, I have disabled all Event Processing Policies except node down/up and Interface down/up.  I received a "Native agent is not responding" and "Package hpeuefi-mod updated" alarms.  Are some alarms not controlled so they can't be disabled?
#10
Hello,
I have created a container named "Critical Nodes" and any object assigned to that container will have an attribute named "CriticalNode" set to 1.  When I get a node down alarm, I would like to check if CriticalNode equals 0 and set an alarm severity to warning or minor.  I am new to NetXMS.
#11
General Support / MC cannot connect to nxagent
May 21, 2020, 08:39:40 PM
I can ping the nodes (1 linux and 1 Windows 10 Pro) and a status poll says the node is connected however a configuration poll can't connect to the nxagent and says it is an internal error.
#12
So, the last step of the installation says to do "/<path>/netxmsd -d" to start netxms as a daemon/service.

When I issue that command as root user ot sd podtgres user,  it gets ignored

CentOS 8 on VMWare, PostgreSQL 10
#13
Using version 3-3.285, configure fails and I had t use --disable-dependency-checking to get it to finish.  The next step is to run "make".  make is missing.  Also, I had to install gcc, gcc-c++, libssh, libssh-devel - adding nogpgcheck, pcre, pcre-devel, posgresql, PostgreSQL-devel and use --disable-mgtt

I am at an impass and need to move forward.  Any suggestions would be appreciated.
UPDATE:  After performing dnf install make make, automake, git, mosquito, and mosquito-devel, I can successfully run ./configure --with-server --with-pgsql --with-agent,  but make fails with:

CDPATH="$(ZSH_VERSION+." && cd . && /bin/sh /root/netxms-3.3.285/config/missing aclocal-1.16 -I m4 fatal: not a git repository (or any of the parent directories) : .git configure.ac:12: error: AC_INIT should be called with package and version arguments /usr/share/aclocal-1.16/init.m4:29 AM_INIT_AUTOMAKE is expanded from...
configure.ac:12 the top level
autom4te: /usr/bin/m4 failed with exit status 1
aclocal-1.16: error: echo failed with exit status 1
make *** [Makefile:472: sclocal.m4] Error 1