Thanks for the dump, I'm checking it.
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 Menushow mutex
show pollers
show queues
show stats
show watchdog
sensors -A -u coretemp-isa-0000|grep 'temp1_input'|awk '{print $2;}' - this will report temperature of the first core in my workstation.sensors -A -u coretemp-isa-0001|grep 'temp1_input'|awk '{print $2;}' - another core.sensors -A -u coretemp-isa-0002|grep 'temp1_input'|awk '{print $2;}' - 3rd, etc.nvclock -T|grep temperature|awk '{print $4;}'|cut -dC -f1
Quote from: Nikita Matov on April 16, 2008, 03:43:14 PM
Then I tried to initialize database manually, so I did: cat /usr/local/netxms/share/netxms/sql/dbinit_mysql.sql | mysql -u root -p
Tables were created, but then:
ExternalParameter = Net.Interface.BytesIn(*):/usr/bin/somecommand in $1 | grep ... | awk '{ ...}'
ExternalParameter = Net.Interface.BytesOut(*):/usr/bin/somecommand out $1 | grep ... | awk '{ ...}'
Quote from: Dmitry on March 22, 2008, 09:45:44 AM
Меня бы вполне устроило снятие информации с агентов двумя серверами. Это возможно? Насколько я понял, в конфиге агента прописывается единственный сервер NetXMS. Скажите уже мне, что я не прав
Quote from: prutser on March 21, 2008, 01:38:40 PM
However maybe 1 question. It seems that when i want to edit the etc/nxagentd.conf, to reflect the changes, I hav to restart the agent service. Is there another way to reflect the changes in the config file?
echo @echo off > run.cmd && for /F "delims=" %a in ('set') do @echo set %a >> run.cmdExternalParameterShellExec = Oracle.FakeLogin:sqlplus false_user/false_password@oracleinstanceExternalParameter = Echo(*):echo input was: $1$ nxget 127.0.0.1 "Echo(test request)"
input was: test request