Skip to content

Commit

Permalink
node_exporter rc fix. Issue #11515
Browse files Browse the repository at this point in the history
  • Loading branch information
vktg authored and Renato Botelho do Couto committed Mar 1, 2021
1 parent 9ec7a68 commit 6e337a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sysutils/pfSense-pkg-node_exporter/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= pfSense-pkg-node_exporter
PORTVERSION= 0.18.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
Expand Down
Expand Up @@ -26,7 +26,7 @@ require_once("service-utils.inc");
const NODE_EXPORTER_CONFIG_FILE = "/usr/local/etc/rc.conf.d/node_exporter";
const NODE_EXPORTER_RCFILE = "/usr/local/etc/rc.d/node_exporter.sh";
const NODE_EXPORTER_SHARE_DIR = "/usr/local/share/pfSense-pkg-node_exporter";
const NODE_EXPORTER_RCFILE_UPSTREAM = NODE_EXPORTER_SHARE_DIR . "/node_exporter.sh";
const NODE_EXPORTER_RCFILE_UPSTREAM = "/usr/local/etc/rc.d/node_exporter";
const NODE_EXPORTER_DEFAULT_COLLECTORS = "boottime,cpu,exec,filesystem,loadavg,meminfo,netdev,textfile,time";
const NODE_EXPORTER_TEXTFILE_CRONTASK = "/usr/bin/nice -n20 /usr/local/bin/python2.7 ".NODE_EXPORTER_SHARE_DIR."/interface-collector.py";

Expand Down

0 comments on commit 6e337a2

Please sign in to comment.