mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 22:42:26 +01:00 
			
		
		
		
	improved cpu usage command
This commit is contained in:
		| @@ -200,7 +200,7 @@ $config['SPHINX_NOTE_INDEX'] = 'note1'; | ||||
|  | ||||
| $config['RELOAD_COMMAND'] = 'sudo -n /etc/init.d/rc.piler reload'; | ||||
| $config['PILERIMPORT_IMAP_COMMAND'] = '/usr/local/bin/pilerimport -d /var/piler/imap -q -r'; | ||||
| $config['CPU_USAGE_COMMAND'] = "LC_ALL=C mpstat | tail -1 | sed 's/\ \{1,\}/ /g' | rev | cut -d ' ' -f1 | rev"; | ||||
| $config['CPU_USAGE_COMMAND'] = "LC_ALL=C mpstat | tail -1 | rev | awk '{ print $1 }' | rev"; | ||||
|  | ||||
| $config['LDAP_IMPORT_CONFIG_FILE'] = '/usr/local/etc/ldap-import.cfg'; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user