New Relic Plugin for monitoring Unix (AIX, BSD, Linux, Solaris) systems
- Download ZIP containing latest JAR: https://github.com/sschwartzman/newrelic-unix-plugin/archive/master.zip
- Unzip on Unix server that you want to monitor
- Copy
config/template_newrelic.properties
toconfig/newrelic.properties
- Copy
config/template_logging.properties
toconfig/logging.properties
- Edit
config/newrelic.properties
, set your license key
- License key can be found in New Relic UI, on 'Account settings' page
- Copy the version of
config/unixplugin.config.[OS]
toconfig/unixplugin.config
, for exampleconfig/unixplugin.config.aix
for AIX. - (Optional) Edit
config/unixplugin.config
to set which monitors will be checked (i.e.df
,vmstat
,iostat
)
- All current possibilities for each OS are found in the
config/unixplugin.config.[OS]
files.
- Edit
startPlugin.sh
and setPLUGIN_JAVA_HOME
to location of Java on your server. - Run
startPlugin.sh
- Check
plugin.log
for errors - Check New Relic UI for the "Unix" plugin in left-hand column. Click on it, your instance should appear in the subsequent list.