Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Missing functionality: [ADD] Multiple Host templates into Host template Object #101

Closed
centreon opened this issue Aug 2, 2010 · 3 comments
Milestone

Comments

@centreon
Copy link
Collaborator

centreon commented Aug 2, 2010


Author Name: christophe demoire (christophe demoire)
Original Redmine Issue: 1883, https://forge.centreon.com/issues/1883
Original Date: 2010-08-02
Original Assignee: Julien Mathis


None

@centreon
Copy link
Collaborator Author

centreon commented Aug 3, 2010


Original Redmine Comment
Author Name: Julien Mathis (Julien Mathis)
Original Date: 2010-08-03T12:24:01Z


Already available but not documented.

@centreon
Copy link
Collaborator Author

centreon commented Sep 7, 2010


Original Redmine Comment
Author Name: griffe chloe (griffe chloe)
Original Date: 2010-09-07T15:18:36Z


Could you explain how we can use it:

./centreon -u login -p password -o HOST -a ADDTEMPLATE -v "test;Linux,Apache"
Host template 'Linux,Apache' does not exists.

Where :

  • test is an host
  • Linux and apache are hostemplates

It is the same when we tried with hostemplate
./centreon -u login -p password -o HTPL -a ADDTEMPLATE -v "testHTP;Os,Linux"
Host template 'Os,Linux' does not exists.

Where :

  • testHTP is an host-template
  • Os and Linux are hostemplates

@centreon
Copy link
Collaborator Author

centreon commented Sep 7, 2010


Original Redmine Comment
Author Name: Julien Mathis (Julien Mathis)
Original Date: 2010-09-07T15:23:17Z


Can you prefer use :

./centreon -u login -p password -o HOST -a ADDTEMPLATE -v "test;Linux"
./centreon -u login -p password -o HOST -a ADDTEMPLATE -v "test;Apache"

than

./centreon -u login -p password -o HOST -a ADDTEMPLATE -v "test;Linux,Apache"

No ?

@centreon centreon added this to the 1.2 milestone Jul 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants