summaryrefslogtreecommitdiff
path: root/ctdb/tests/eventscripts
AgeCommit message (Expand)AuthorFilesLines
2015-09-15ctdb-scripts: Rename variable CTDB_ETCDIR to CTDB_SYS_ETCDIRMartin Schwenke4-8/+8
2015-09-15ctdb-scripts: New internal variable CTDB_SCRIPT_VARDIRMartin Schwenke1-4/+4
2015-08-29ctdb-scripts: Add default filesystem usage warningsMartin Schwenke3-2/+18
2015-08-29ctdb-scripts: Add default system memory usage warningsMartin Schwenke13-8/+25
2015-08-29ctdb-scripts: Throttle system resource monitoring warningsMartin Schwenke1-0/+123
2015-08-29ctdb-scripts: Don't shutdown CTDB when memory monitoring failsMartin Schwenke3-6/+0
2015-08-29ctdb-scripts: New consistent system memory and swap monitoringMartin Schwenke8-24/+78
2015-08-29ctdb-scripts: Memory monitoring uses thresholds expressed as percentagesMartin Schwenke6-21/+22
2015-08-29ctdb-scripts: Only use /proc/meminfo for memory checks, not "free"Martin Schwenke2-20/+3
2015-08-29ctdb-scripts: Move system memory checking to 05.systemMartin Schwenke5-0/+0
2015-08-29ctdb-tests: Remove unwanted trailing whitespaceMartin Schwenke1-1/+1
2015-08-29ctdb-tests: Add tests for filesystem usage monitoringMartin Schwenke9-0/+122
2015-08-07ctdb-tests: Add a policy routing test with misconfigurationMartin Schwenke2-0/+36
2015-08-07ctdb-tests: Make fake gateway different to actual public IPsMartin Schwenke1-2/+2
2015-08-07ctdb-scripts: Improve error handling for 50.samba testparm failureMartin Schwenke6-1/+117
2015-07-14ctdb-tests: Add some simple tests for CTDB_NFS_CALLOUTMartin Schwenke2-0/+24
2015-07-14ctdb-scripts: Add portmapper NFS .check fileMartin Schwenke2-9/+24
2015-07-14ctdb-scripts: Drop configuration variable CTDB_NFS_DUMP_STUCK_THREADSMartin Schwenke4-8/+2
2015-07-14ctdb-scripts: Remove 60.ganesha, replace with callout for 60.nfsMartin Schwenke4-37/+1
2015-07-14ctdb-scripts: Extend NFS .check files with service_check_cmd variableMartin Schwenke1-3/+15
2015-07-14ctdb-scripts: Remove functions startstop_nfs() and startstop_nfslock()Martin Schwenke1-1/+0
2015-07-14ctdb-scripts: Remove configuration variable CTDB_MONITOR_NFS_THREAD_COUNTMartin Schwenke4-4/+1
2015-07-14ctdb-scripts: Parameterise 60.nfs with $CTDB_NFS_CALLOUTMartin Schwenke8-10/+32
2015-07-14ctdb-scripts: Remove old NFS checking codeMartin Schwenke1-1/+0
2015-07-14ctdb-scripts: Switch NFS checks to new styleMartin Schwenke2-80/+73
2015-07-14ctdb-scripts: NFS RPC checks should be simple and consistentMartin Schwenke10-27/+26
2015-07-14ctdb-tests: setup_nfs() should mark nfslock as started/stoppedMartin Schwenke1-2/+4
2015-07-14ctdb-tests: Remove function iterate_test()Martin Schwenke2-101/+4
2015-07-14ctdb-tests: Remove remaining uses of iterate_test()Martin Schwenke2-13/+16
2015-07-14ctdb-tests: New NFS test with all services up and 10 iterationsMartin Schwenke1-0/+10
2015-07-14ctdb-tests: Allow 2nd argument of nfs_iterate_test() to be nullMartin Schwenke1-6/+17
2015-07-14ctdb-tests: Automate expected NFS test results instead of hard-codingMartin Schwenke3-95/+3
2015-07-14ctdb-tests: Update NFS tests to use nfs_iterate_test()Martin Schwenke12-27/+12
2015-07-14ctdb-tests: New function nfs_iterate_test()Martin Schwenke1-0/+55
2015-07-14ctdb-tests: rpc_set_service_failure_response() should take RPC service nameMartin Schwenke9-23/+33
2015-07-14ctdb-tests: Don't flag failure when there are no rpcinfo check failuresMartin Schwenke1-1/+1
2015-07-14ctdb-tests: Default fail count for rpc_set_service_failure_response() is 1Martin Schwenke1-1/+1
2015-07-14ctdb-tests: Factor out stack dumping and background marking codeMartin Schwenke1-28/+33
2015-07-14ctdb-tests: Add some 10.interfaces VLAN testsMartin Schwenke2-0/+40
2015-07-14ctdb-tests: Add VLAN support to the "ip link" stubMartin Schwenke1-0/+48
2015-07-14ctdb-tests: Interface number in "ip link show" stub defaults to 42Martin Schwenke1-1/+1
2015-07-09ctdb-tests: Remove statd-callout when running NFS testsMartin Schwenke1-0/+7
2015-07-09ctdb-tests: Refactor code using simple test harness functionsAmitay Isaacs1-18/+2
2015-07-09ctdb-tests: Remove unsed codeAmitay Isaacs1-23/+0
2015-07-09ctdb-tests: Remove extra_header and extra_footer variablesAmitay Isaacs1-15/+45
2015-07-01ctdb-scripts: Only write to /proc route flush files if they existMartin Schwenke1-0/+1
2015-05-13ctdb-scripts: Drop all public IP addresses from 10.interfaceMartin Schwenke3-0/+0
2015-04-27ctdb-tests: New function ctdb_set_pnn() to change PNNMartin Schwenke4-14/+21
2015-03-27ctdb-tests: Switch to tcp check in rpcinfo stubAmitay Isaacs1-10/+10
2015-03-20ctdb-tests: Avoid early exits in scripts that appear on tail of a pipeAmitay Isaacs1-7/+25