Difference between revisions of "Node Statistics"

From "PTTLink Wiki"
Jump to navigation Jump to search
m
Tag: visualeditor
m
 
Line 2: Line 2:
 
'''Publishing Node Statistics'''
 
'''Publishing Node Statistics'''
  
Allstar Link nodes can optionally publish some of their statistical information on stats.allstarlink.org. By default, status reporting is not enabled. To enable status reporting, the config file /etc/asterisk/rpt.conf needs to be modified.
+
PTTLink nodes can optionally publish some of their statistical information on stats.pttlink.org. By default, status reporting is not enabled. To enable status reporting, the config file /etc/asterisk/rpt.conf needs to be modified.
  
 
=== Making the changes in DEBIAN ===
 
=== Making the changes in DEBIAN ===
Line 15: Line 15:
 
<code>statpost_program=/usr/bin/wget,-q,--output-document=/dev/null</code>
 
<code>statpost_program=/usr/bin/wget,-q,--output-document=/dev/null</code>
  
<code>statpost_url=<nowiki>http://stats.allstarlink.org/uhandler.php</nowiki> ; Status updates</code>
+
<code>statpost_url=<nowiki>http://stats.pttlink.org/uhandler.php</nowiki> ; Status updates</code>
  
 
=== Making the changes in ACID ===
 
=== Making the changes in ACID ===
Line 28: Line 28:
 
<code>statpost_program=/usr/bin/wget,-q,--output-document=/dev/null</code>
 
<code>statpost_program=/usr/bin/wget,-q,--output-document=/dev/null</code>
  
<code>statpost_url=<nowiki>http://stats.allstarlink.org/uhandler.php</nowiki> ; Status updates</code>
+
<code>statpost_url=<nowiki>http://stats.pttlink.org/uhandler.php</nowiki> ; Status updates</code>
  
 
=== Making the changes in Limey Linux ===
 
=== Making the changes in Limey Linux ===
Line 41: Line 41:
 
<code>statpost_program=/bin/wget,-q,--output-document=/dev/null</code>
 
<code>statpost_program=/bin/wget,-q,--output-document=/dev/null</code>
  
<code>statpost_url=<nowiki>http://stats.allstarlink.org/uhandler.php</nowiki> ; Status updates</code>
+
<code>statpost_url=<nowiki>http://stats.pttlink.org/uhandler.php</nowiki> ; Status updates</code>

Latest revision as of 16:10, 1 January 2021

Publishing Node Statistics

PTTLink nodes can optionally publish some of their statistical information on stats.pttlink.org. By default, status reporting is not enabled. To enable status reporting, the config file /etc/asterisk/rpt.conf needs to be modified.

Making the changes in DEBIAN

Using a text editor such as vi or nano, edit the file /etc/asterisk/rpt.conf. Uncomment or Insert the following two lines in the node stanza for a node you wish to publish the statistics for:

[1999]

....

....

statpost_program=/usr/bin/wget,-q,--output-document=/dev/null

statpost_url=http://stats.pttlink.org/uhandler.php ; Status updates

Making the changes in ACID

Using a text editor such as vi or nano, edit the file /etc/asterisk/rpt.conf. Insert the following two lines in the node stanza for a node you wish to publish the statistics for:

[1999]

....

....

statpost_program=/usr/bin/wget,-q,--output-document=/dev/null

statpost_url=http://stats.pttlink.org/uhandler.php ; Status updates

Making the changes in Limey Linux

Using the vi or emacs text editor, edit the file /etc/asterisk/rpt.conf. Insert the following two lines in the node stanza for a node you wish to publish the statistics for:

[1999]

....

....

statpost_program=/bin/wget,-q,--output-document=/dev/null

statpost_url=http://stats.pttlink.org/uhandler.php ; Status updates