mirror of https://github.com/Icinga/icinga2.git
Removed stray space in service definition.
This commit is contained in:
parent
745e86de97
commit
6717107205
|
@ -17,7 +17,7 @@
|
|||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
|
||||
******************************************************************************/
|
||||
|
||||
abstract object Service "ping" inherits "plugin-service" {
|
||||
abstract object Service "ping" inherits "plugin-service" {
|
||||
check_command = "$plugindir$/check_ping -H $address$ -w $wrta$,$wpl$% -c $crta$,$cpl$%a -p $packets$ -t $timeout$",
|
||||
|
||||
macros = {
|
||||
|
|
Loading…
Reference in New Issue