Skip to content

Sismic/snapshot-vmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

###Information

You need to download the plugin check_vmware_snapshot.pl from Simon at this link : Download here!

Also, you need to create a local user on all ESX

###Exemple

######Check snapshot count on all VMs

define host {
  use               snapshot-vmware
  host_name         esx01.local
  address	          10.0.0.1
  _LOGIN            esx_user
  _PASSWORD         Pa$$w0rd
}

######Check snapshot count on all VMs but exclude all _replica VMs

define host {
  use               snapshot-vmware
  host_name         esx01.local
  address	          10.0.0.1
  _LOGIN            esx_user
  _PASSWORD         Pa$$w0rd
  _BLACKL           --blacklist 'replica'
}

About

Shinken Package - snapshot-vmware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published