Allmon does not show RTCM clients
Hello! I'm trying to launch allmon2 on my private node server linked with 2 RTCMs running in mix mode. It seems that allmon successfuly estabilishing connection to AMI, * is blinking but clients and voter bars are missing. RTCMs are connected to server and 'voter display 1234' showing RSSI bars properly. Here are parts of my .conf files rpt.conf[7700]rxchannel=voter/1234txchannel=zap/pseudo7700 = radio@127.0.0.1/7700,NONE voter.conf[general] port=667 buflen=180password=server_pass[1234]VOTER1=radio1VOTER2=radio2thresholds = 255,110=5linger=10 manager.conf[general]displaysystemname=yesenabled=yesport=5038[admin]secret=pass1234read = all,system,call,log,verbose,command,agent,user,configwrite = all,system,call,log,verbose,command,agent,user,config allmon.ini.php<?php[about]url=about.php[7700]host=127.0.0.1:5038user=adminpasswd=pass1234menu=yeshideNodeURL=no[break]menu=yes?> voter.ini.php<?php[1234]node=7700host=127.0.0.1:5038user=adminpasswd=pass1234?> What else has to be checked? Thanks!
Hello! I'm trying to launch allmon2 on my private node server linked with 2 RTCMs running in mix mode. It seems that allmon successfuly estabilishing connection to AMI, * is blinking but clients and voter bars are missing. RTCMs are connected to server and 'voter display 1234' showing RSSI bars properly. Here are parts of my .conf files rpt.conf[7700]rxchannel=voter/1234txchannel=zap/pseudo7700 = radio@127.0.0.1/7700,NONE voter.conf[general] port=667 buflen=180password=server_pass[1234]VOTER1=radio1VOTER2=radio2thresholds = 255,110=5linger=10 manager.conf[general]displaysystemname=yesenabled=yesport=5038[admin]secret=pass1234read = all,system,call,log,verbose,command,agent,user,configwrite = all,system,call,log,verbose,command,agent,user,config allmon.ini.php<?php[about]url=about.php[7700]host=127.0.0.1:5038user=adminpasswd=pass1234menu=yeshideNodeURL=no[break]menu=yes?> voter.ini.php<?php[1234]node=7700host=127.0.0.1:5038user=adminpasswd=pass1234?> What else has to be checked? Thanks!
Is Allmon showing the node correctly? If so then you know it’s logging into AMI correctly. Look in your Apache error log for any errors. One about JSON is common and mentioned in the README. All that is needed in voter.ini.php is the node= line. The login is picked up from allmon.ini.php. Also try changing the stanza to something with a bit of text. Like so: <?php [RTCM 7700] node=7700 ?>
On Apr 29, 2015, at 3:23 AM, Yuri Belkin <buhalo@yahoo.co.uk> wrote:
Hello! I'm trying to launch allmon2 on my private node server linked with 2 RTCMs running in mix mode. It seems that allmon successfuly estabilishing connection to AMI, * is blinking but clients and voter bars are missing. RTCMs are connected to server and 'voter display 1234' showing RSSI bars properly.
Here are parts of my .conf files
rpt.conf [7700] rxchannel=voter/1234 txchannel=zap/pseudo 7700 = radio@127.0.0.1/7700,NONE
voter.conf [general] port=667 buflen=180 password=server_pass [1234] VOTER1=radio1 VOTER2=radio2 thresholds = 255,110=5 linger=10
manager.conf [general] displaysystemname=yes enabled=yes port=5038 [admin] secret=pass1234 read = all,system,call,log,verbose,command,agent,user,config write = all,system,call,log,verbose,command,agent,user,config
allmon.ini.php <?php [about] url=about.php [7700] host=127.0.0.1:5038 user=admin passwd=pass1234 menu=yes hideNodeURL=no [break] menu=yes ?>
voter.ini.php <?php [1234] node=7700 host=127.0.0.1:5038 user=admin passwd=pass1234 ?>
What else has to be checked? Thanks!
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
[Wed Apr 29 08:35:09 2015] [error] [client 192.168.1.72] PHP Notice: Undefined offset: 7700 in /var/www/html/voterserver.php on line 136, referer: http://192.168.1.74/voter.php?node=7700 [Wed Apr 29 08:35:09 2015] [error] [client 192.168.1.72] PHP Warning: Invalid argument supplied for foreach() in /var/www/html/voterserver.php on line 137, referer: http://192.168.1.74/voter.php?node=7700
My guess is there is no corresponding entry for 7700 in allmon.ini.php -- Tim :wq
On Apr 29, 2015, at 8:59 AM, Yuri Belkin <buhalo@yahoo.co.uk> wrote:
[Wed Apr 29 08:35:09 2015] [error] [client 192.168.1.72] PHP Notice: Undefined offset: 7700 in /var/www/html/voterserver.php on line 136, referer: http://192.168.1.74/voter.php?node=7700 [Wed Apr 29 08:35:09 2015] [error] [client 192.168.1.72] PHP Warning: Invalid argument supplied for foreach() in /var/www/html/voterserver.php on line 137, referer: http://192.168.1.74/voter.php?node=7700 <http://192.168.1.74/voter.php?node=7700>
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Thats my actual allmon.ini.php <?php[About] url=about.php [7700] host=127.0.0.1:5038 user=admin passwd=akbar132423 menu=yes hideNodeURL=no [break] menu=yes ?>
Thats my actual allmon.ini.php <?php[About] url=about.php [7700] host=127.0.0.1:5038 user=admin passwd=akbar132423 menu=yes hideNodeURL=no [break] menu=yes ?>
Thats my actual allmon.ini.php <?php[About] url=about.php [7700] host=127.0.0.1:5038 user=admin passwd=akbar132423 menu=yes hideNodeURL=no [break] menu=yes ?>
participants (2)
-
Tim Sawyer -
Yuri Belkin