Changeset 18 for cyrus-imapd
- Timestamp:
- 07/15/11 11:14:04 (13 years ago)
- Files:
-
- cyrus-imapd (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cyrus-imapd
r17 r18 82 82 83 83 # Check if we actually got some sensible data 84 if [ "x${CONFIGDIR}x" = ="xx" ]; then84 if [ "x${CONFIGDIR}x" = "xx" ]; then 85 85 exit 1 86 86 fi … … 89 89 # graphs should look. 90 90 91 if [ "$1" = ="config" ]; then91 if [ "$1" = "config" ]; then 92 92 echo 'graph_title Cyrus IMAPd Load' 93 93 echo 'graph_args --base 1000 -l 0'