You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing I noticed doing installs is that some/many users probably will want to install an Archive host AND a Grafana server on the same host. How about an option for the 'install archive' script which include the three packages needed to add the Grafana bits (include opening the https port too?)?
Here is my install steps for an EL9 Archive combined with Grafana currently:
sudo -s
curl -s https://downloads.perfsonar.net/install | sh -s - --auto-updates archive
psarchive troubleshoot --skip-opensearch-data
add ip range to: vi /etc/httpd/conf.d/apache-logstash.conf
systemctl restart httpd
dnf -y install perfsonar-grafana perfsonar-grafana-toolkit perfsonar-psconfig-hostmetrics perfsonar-psconfig-publisher
firewall-cmd --perm --add-service=https
firewall-cmd --reload
psconfig validate <xxx.json>
psconfig publish <xxxx.json>
psconfig remote add "https://hostname.local/psconfig/<xxxx.json>"
If Archive and Grafana could be combined:
sudo -s
curl -s https://downloads.perfsonar.net/install | sh -s - --auto-updates archive
psarchive troubleshoot --skip-opensearch-data
add ip range to: /etc/httpd/conf.d/apache-logstash.conf
systemctl restart httpd
psconfig validate <xxx.json>
psconfig publish <xxxx.json>
psconfig remote add "https://hostname.local/psconfig/<xxxx.json>"
One thing I noticed doing installs is that some/many users probably will want to install an Archive host AND a Grafana server on the same host. How about an option for the 'install archive' script which include the three packages needed to add the Grafana bits (include opening the https port too?)?
Here is my install steps for an EL9 Archive combined with Grafana currently:
sudo -s
curl -s https://downloads.perfsonar.net/install | sh -s - --auto-updates archive
psarchive troubleshoot --skip-opensearch-data
add ip range to: vi /etc/httpd/conf.d/apache-logstash.conf
systemctl restart httpd
dnf -y install perfsonar-grafana perfsonar-grafana-toolkit perfsonar-psconfig-hostmetrics perfsonar-psconfig-publisher
firewall-cmd --perm --add-service=https
firewall-cmd --reload
psconfig validate <xxx.json>
psconfig publish <xxxx.json>
psconfig remote add "https://hostname.local/psconfig/<xxxx.json>"
If Archive and Grafana could be combined:
sudo -s
curl -s https://downloads.perfsonar.net/install | sh -s - --auto-updates archive
psarchive troubleshoot --skip-opensearch-data
add ip range to: /etc/httpd/conf.d/apache-logstash.conf
systemctl restart httpd
psconfig validate <xxx.json>
psconfig publish <xxxx.json>
psconfig remote add "https://hostname.local/psconfig/<xxxx.json>"
A Testpoint install is even shorter:
sudo -s
curl -s https://downloads.perfsonar.net/install | sh -s - --auto-updates --security testpoint
pscheduler troubleshoot
add: psconfig remote add "https://hostname.local/psconfig/<xxxx.json>"
The text was updated successfully, but these errors were encountered: