This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PLUGINS | |
# Read metrics about cpu usage | |
[cpu] | |
# Whether to report per-cpu stats or not | |
percpu = true | |
# Whether to report total system cpu stats or not | |
totalcpu = true | |
# Read metrics about disk usage by mount point |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/var/log/salt/master error after salt-master restart | |
ValueError: invalid RSA private key | |
2015-11-24 14:09:30,557 [tornado.application][ERROR ][5382] Future exception was never retrieved: Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 230, in wrapper | |
yielded = next(result) | |
File "/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 505, in handle_message | |
stream.send(self.serial.dumps(self._auth(payload['load']))) | |
File "/usr/lib/python2.7/dist-packages/salt/transport/mixins/auth.py", line 451, in _auth | |
ret['sig'] = salt.crypt.private_encrypt(self.master_key.key, digest) |
NewerOlder