Skip to content

centreon-lab/centreon-dsm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation :
--------------

Use install.sh

Usage :
-------

Usage after release 2.0

  ./dsmclient.pl [-a action] [-h] -H hostname -i id -t timerequest [-s status] -o output ...
	-h|--help		Help
	-H|--Host		The hostname linked to trap services
	-i|--id			Id (a built string to match a specific alarm)
	-t|--time		The time epoch for the trap request
	-s|--status		The id status nagios 0 Ok; 1 Warning ; 2 Critical ; 3 Unknown 
	-o|--output     The output to display in service comment

Usage before revision 34 : deprecated.

  ./dsmclient.pl hostname timerequest output
    hostname		The hostname with trap services
	timerequest		The time epoch for the trap request
	output			The output to display in service comment

In this version, the status if always CRITICAL.

About

Dynamic Service Monitoring

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 43.5%
  • Perl 30.4%
  • Shell 26.1%