File: //lib/python3.6/site-packages/glances/amps/__pycache__/glances_default.cpython-36.pyc
3
Eo�c� � @ sT d Z ddlmZmZmZ ddlmZmZ ddlm Z ddl
mZ G dd� de�ZdS ) a
Default AMP
=========
Monitor a process by executing a command line. This is the default AMP's behavior
if no AMP script is found.
Configuration file example
--------------------------
[amp_foo]
enable=true
regex=\/usr\/bin\/foo
refresh=10
one_line=false
command=foo status
� )�check_output�STDOUT�CalledProcessError)�u�to_ascii)�logger)�
GlancesAmpc s>