7 lines
		
	
	
		
			117 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			117 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
# PVC cluster status check for Check_MK (agent-side)
 | 
						|
 | 
						|
echo "<<<pvc>>>"
 | 
						|
pvc --quiet status --format json
 |