Попробуйте заменить файл src/server/smsdrv/generic/main.cpp на версию из аттача и пересобрать.
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$prefix/bin/nxmibc -d $prefix/share/netxms/mibs -o $prefix/share/netxms/mibs/netxms.mibSMSDrvConfig=/dev/ttyS1
SMSDrvConfig=/dev/ttyS0,115200
SMSDrvConfig=/dev/ttyS0,115200,8,n,1
show 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: