If tables are already created - run "nxdbmgr upgrade"
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
dciId = FindDCIByName($node, "My.Custom.DCI");
if (dciId > 0) {
dci = GetDCIObject($node, dciId);
if (dci != null) {
dci->forcePoll();
}
}
SetCustomAttribute($node, "lastSent", time());if (lastSent@$node != null && lastSent@$node + 3600 < time()) { // 3600 - разница в секундах
return false;
}
return true;if ($1 > 70) { return true; }
if ($dci->hasActiveThreshold && $1 > 65) { return true; }
return false;
Quote from: jbriseno on December 05, 2020, 02:02:33 AM
Hi, Filipp
I deleted the /var/log/netxmsd file
josemb@hpserver1:~$ netxmsd -D 6
Using configuration file "/etc/netxmsd.conf"
FATAL ERROR: Cannot open log file
Quote from: jbriseno on December 04, 2020, 09:16:54 PM
Finally, I check the netXMS server log file. I attach the latest lines.
2020.12.04 16:43:18.937 *I* [logger ] Log file opened (rotation policy 2, max size 4194304)
2020.12.04 16:43:18.937 *I* [logger ] Log rotation policy set to 2 (size=16777216, count=4)
2020.12.04 16:43:18.937 *I* [ ] Core agent version 3.6-300-g287f599693
2020.12.04 16:43:18.937 *I* [ ] Additional configuration files was loaded from /etc/nxagentd.conf.d
2020.12.04 16:43:18.937 *I* [logger ] Debug level set to 0
...
Quote from: mdirks on October 15, 2020, 04:34:10 PM
On ubuntu 16 or 18 it is still 3.5.133
M. Dirks - ITeeCoQuote from: Victor Kirhenshtein on October 14, 2020, 10:51:49 AM
3.5.136 is now available in repository.
Best regards,
Victor