Проще всего прямо в базе, остановить сервер и выполнить
Code Select
UPDATE items SET retention_time=90 WHERE retention_time=30;
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 Menunxsms -u login -P password localhost +37129...... test
root@b08s02ur:~# ldconfig -p|grep libnetxms
libnetxms.so.0 (libc6,x86-64) => /usr/local/lib/libnetxms.so.0
libnetxms.so (libc6,x86-64) => /usr/local/lib/libnetxms.so
ExternalParameter = CPU.Temperature:/usr/bin/sensors|egrep 'Core\s*0'|cut -d: -f2|awk '{gsub("[^0-9\\.]", "", $1); print $1;}'