Skip to content

Grawlily/NodeMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

NodeMonitor

Prometheus 監視

Installing

git clone [email protected]:Grawlily/NodeMonitor.git
cd NodeMonitor
chmod +x setup-monitor.sh
./setup-monitor.sh

Port Open

  • Using ufw command
ufw allow 9100
  • Using iptables with OCI
sudo vim /etc/iptables/rules.v4

# Add
-A INPUT -p tcp -m state --state NEW -m tcp --dport 9100 -j ACCEPT
sudo /sbin/iptables-restore < /etc/iptables/rules.v4

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages