1.0.10 • Published 1 year ago

everylife-pm2-server-monit-elasticsearch v1.0.10

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Description

A fork of pm2-server-monit-elasticsearch to ship specific PM2 server monitoring logs to elasticsearch.

everylife-pm2-server-monit-elasticsearch

Install

$ npm install pm2 -g

$ pm2 install everylife-pm2-server-monit-elasticsearch

Configuration

Default settings:

  • drive is /. If the value is incorrect or not found, / will be monitored by default.
  • interval is 5 seconds. Represents the refresh_rate of the cpu and network workers.
  • elasticsearch_url is localhost:9200. Represents Elasticsearch host URL.
  • elasticsearch_index is server_monitoring. Represents index to save server monitoring logs in Elasticsearch.
  • elasticsearch_user is blank by default.
  • elasticsearch_password is blank by default.

To modify the config values you can use Keymetrics dashboard or the following commands:

pm2 set everylife-pm2-server-monit-elasticsearch:drive /
pm2 set everylife-pm2-server-monit-elasticsearch:interval 2
pm2 set everylife-pm2-server-monit-elasticsearch:elasticsearch_url es.example.com:9200
pm2 set everylife-pm2-server-monit-elasticsearch:elasticsearch_index server_monitoring_new
pm2 set everylife-pm2-server-monit-elasticsearch:elasticsearch_user username
pm2 set everylife-pm2-server-monit-elasticsearch:elasticsearch_password password

NOTE: If basic authentication is enabled on your elasticsearch, specially via Search Guard, provide username and password as part of host url e.g. "http://username:pass@localhost:9200"

:warning: If this module uses too much CPU, set the interval value to 10 or more.

Uninstall

$ pm2 uninstall everylife-pm2-server-monit-elasticsearch

License

MIT