Skip to content

Instantly share code, notes, and snippets.

@futoase
Created August 9, 2013 03:14
Show Gist options
  • Select an option

  • Save futoase/6190912 to your computer and use it in GitHub Desktop.

Select an option

Save futoase/6190912 to your computer and use it in GitHub Desktop.
nagios向け監視プロセス名出力
ps -e | awk {'print $4'} | sort -u | egrep -v "(ps|awk|sort|egrep|CMD)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment