Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
/ netdata-fxserver Public archive

Netdata plugin to pull statistics from a FXserver (FiveM, RedM)

License

Notifications You must be signed in to change notification settings

ajanvier/netdata-fxserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FXserver netdata plugin

Netdata plugin to pull statistics from a FXserver (FiveM, RedM). Inspired by coraxx/netdata_ts3_plugin.

Installation

With your default netdata installation copy the netdata.chart.py script to /usr/libexec/netdata/python.d/ and the netdata.conf config file to /etc/netdata/python.d/. The location of these directories may vary depending on your distribution. Read your given release of netdata for more information.

Restart netdata to activate the plugin after you have made these changes.

To disable the FXserver plugin, edit /etc/netdata/python.d.conf and add fxserver: no.

Debugging

switch to netdata user: sudo su -s /bin/bash netdata

Run plugin in debug mode: /usr/libexec/netdata/plugins.d/python.d.plugin 1 debug trace fxserver

Changelog

  • 1.0.0 : Initial release

License

This repository is released under the MIT license. For more information please refer to LICENSE