icinga

Icinga2 API client in Go
git clone https://git.olowe.co/icinga
Log | Files | Refs | README | LICENSE

crud.awk (96B)


      1 {
      2 	gsub("TYPE", type)
      3 	gsub("LOWER", tolower(type))
      4 	gsub("PLURAL", tolower(type) "s")
      5 	print
      6 }