summaryrefslogtreecommitdiffstats
path: root/func/minion
Commit message (Collapse)AuthorAgeFilesLines
* fix up some items on nagios-checkSeth Vidal2007-10-081-2/+2
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-10-081-2/+6
|\ | | | | | | | | | | | | * 'master' of ssh://git.fedoraproject.org/git/hosted/func: er, merge? add a couple alternatice serializers just for kicks sort the returns of these methods just to make it purdy
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-10-083-11/+100
| |\
| * | sort the returns of these methods just to make it purdyAdrian Likins2007-10-081-2/+6
| | |
* | | prelim snmp - get methodSeth Vidal2007-10-081-0/+46
| |/ |/|
* | add nagios_checkSeth Vidal2007-10-081-0/+42
| | | | | | | | | | | | nagios run check_disk will run nagios' disk check, for example
* | fine-grained acls per minionSeth Vidal2007-10-082-11/+58
|/ | | | - adds minion-acl.conf
* - certmaster-ca supports wildcards to -s and -c, nowSeth Vidal2007-10-042-15/+38
| | | | | | - add basic acl support to funcd - make sure that the caller is using the cert/key of our ca before letting anything run - add authfailure exception
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcJesus M. Rodriguez2007-10-031-2/+6
|
* should help fix some of the problems people were seeing when runningAdrian Likins2007-10-031-1/+41
| | | | on machines where the hostname appeared to be "localhost"
* Fix up recursive pylint and pychecker rules.James Bowes2007-10-021-0/+6
|
* Moved code under the func namespace.Devan Goodwin2007-10-0221-0/+2787
Previously we had overlord, minion, modules, and func all at the root of the source tree. After install these would all be shuffled below func. Relocated them in the source tree to reflect this.