function monitoring_host_key in Monitoring 8
Same name and namespace in other branches
- 7 monitoring.module \monitoring_host_key()
File
- ./monitoring.module, line 363 
- Monitoring bootstrap file.
Code
function monitoring_host_key() {
  return str_replace('.', '_', monitoring_host());
}