Skip to content

poysama/pm2_nagios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pm2_nagios

Nagios plugin for pm2 checking

Examples

Command defintion

define command {
  command_name check_pm2
  command_line $USER1$/check_pm2 --host=$HOSTADDRESS$ --name=$1
}

Nagios service example check for a service named hello_world

define service{
  use tech-service
  host_name server1,server2,server_n
  service_description node.js pm2 - hello_world
  check_command check_pm2!hello world
}

About

Nagios plugin for pm2 checking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages