Allmon 3 All Nodes Private

Hi Guys…

It’s been a While Since I last used Allmon3

I have Allmon3 Up and running except I cannot find any reference on where to Name Each of the Nodes that I have Created.

Does someone have an Idiots Guide to where I can name the Nodes ?

I’m aware that the privatenodes.txt is involved but not sure where to correctly place this file as I’m well getting OLDer…

Thanks

Rob…

If you see the private node numbers but no description (and you want a description) then you need to rename /var/www/html/allmon2/private.sample.txt and add your info. Then run astdb.php.

Those sound like Allmon2 steps. Allmon3 all settings are in the /etc/allmon3 directory. Once you’ve made the appropriate edits, restart with systemctl restart allmon3.service.

For AllMon3, I found the private node description in the /etc/allmon3/web.ini file under the [node-overrides] section.

As stated above by wd6awp, you need to restart allmon3 after the change:

systemctl restart allmon3.service

× allmon3.service - Allmon3 daemon
Loaded: loaded (/lib/systemd/system/allmon3.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sat 2025-08-30 15:23:17 EDT; 10s ago
Duration: 264ms
Process: 97558 ExecStart=allmon3 (code=exited, status=1/FAILURE)
Main PID: 97558 (code=exited, status=1/FAILURE)
CPU: 264ms

Aug 30 15:23:17 HUB allmon3[97558]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Aug 30 15:23:17 HUB allmon3[97558]: File "/usr/lib/python3/dist-packages/asl_allmon/node_configs/init.py", line 36, in init
Aug 30 15:23:17 HUB allmon3[97558]: node_config = AllmonNodeConfig(k_node, config_full[str(k_node)])
Aug 30 15:23:17 HUB allmon3[97558]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Aug 30 15:23:17 HUB allmon3[97558]: File "/usr/lib/python3/dist-packages/asl_allmon/node_configs/init.py", line 90, in init
Aug 30 15:23:17 HUB allmon3[97558]: self.pollinterval = float(config["pollinterval"])
Aug 30 15:23:17 HUB allmon3[97558]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Aug 30 15:23:17 HUB allmon3[97558]: ValueError: could not convert string to float: '1 # (O) polling interval to asterisk in seconds'
Aug 30 15:23:17 HUB systemd[1]: allmon3.service: Main process exited, code=exited, status=1/FAILURE
Aug 30 15:23:17 HUB systemd[1]: allmon3.service: Failed with result 'exit-code'.

Advance user issue…

sudo nano /etc/allmon3/allmon3.ini

move the # on the uncomment items to next line…

like ….. pollinterval = 1 # (O) polling interval to asterisk in seconds

to:

pollinterval = 1

# (O) polling interval to asterisk in seconds