Updated How to install AS stats on Ubuntu (markdown)

vias79 2018-09-28 14:14:30 +02:00
parent e1fce27873
commit 9a06022165

@ -46,7 +46,7 @@ To start AS-Stats poller:
The script contains this:
```
#!/bin/bash
/usr/bin/nohup /home/AS-Stats/bin/asstatd.pl -P 0 -p 9000 -r /home/AS-Stats/rrd -k /home/AS-Stats/conf/knownlinks &
/usr/bin/nohup /home/AS-Stats/bin/asstatd.pl -r /home/AS-Stats/rrd -k /home/AS-Stats/conf/knownlinks -a YOURASN &
#sleep 2
ps aux | grep asstatd
```