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.