Motd: Monitor mumble/murmurd process
This commit is contained in:
		
							parent
							
								
									e99b7ba60a
								
							
						
					
					
						commit
						91ff024b8a
					
				|  | @ -107,7 +107,7 @@ if [ "$(command -v ethercalc)" ]; then | |||
|   printf '%b' "\\n${MSG}" | ||||
| fi | ||||
| ### ]]] | ||||
| ### IF  [[[ | ||||
| ### IF GITEA [[[ | ||||
| if [ "$(command -v gitea)" ]; then | ||||
|   MSG=$(process_info "gitea" '') | ||||
|   MSG=$(service_info "3000" "${MSG}") | ||||
|  | @ -137,6 +137,13 @@ if [ -d "/var/lib/jenkins" ]; then | |||
|   printf '%b' "\\n${MSG}" | ||||
| fi | ||||
| ### ]]] | ||||
| ### IF MUMBLE [[[ | ||||
| if [ "$(command -v murmurd)" ]; then | ||||
|   MSG=$(process_info "murmurd" '') | ||||
|   MSG=$(service_info "64738" "${MSG}") | ||||
|   printf '%b' "\\n${MSG}" | ||||
| fi | ||||
| ### ]]] | ||||
| ### IF XYMONSERVER [[[ | ||||
| if [ "$(command -v xymond)" ]; then | ||||
|   MSG=$(process_info "xymond" '') | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue