-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tag functionality of pakiti3 client #143
Comments
The --site parameter should be used to specify the group name, indeed. Tag is there for legacy/compatibility purposes. |
So I should see those "sites" with the "Host groups" (groups.php) functionality in the web UI? It did not seem to work but will check again. |
On Mon, Jul 30, 2018 at 07:35:16AM -0700, bluikko wrote:
So I should see those "sites" with the "Host groups" (groups.php) functionality in the web UI?
yes, that's supposed to work.
|
Under "Host groups" in the web UI, there is only one group: Even though some pakiti-clients are called with --site="xxx" and others with --site="yyy" (example). |
On Thu, Aug 02, 2018 at 08:08:41AM -0700, bluikko wrote:
Under "Host groups" in the web UI, there is only one group:
"N/A"
Even though some pakiti-clients are called with --site="xxx" and others with --site="yyy" (example).
that's strange. What do you use on the client and server sides
(versions, configurations)?
|
|
On Mon, Aug 06, 2018 at 11:18:01PM -0700, bluikko wrote:
* Server version: master from May 22.
* Client version: 3.0.1-1 from EPEL repository, seems to be from "Jun 08 2015" ...... perhaps too old?
could you please try the current code from pakiti-client? There's been
some recent changes to the client code, which are supposed to be
compatible (esp. in your scenario) but it's worth checking.
|
Run Now I get a second copy of the same hostname (example And the new copy "HostGroups" value is also "N/A". By the way is there a way to set the time zone somewhere? All last report times are in GMT. I did not find it in the |
The server is master from May 22. |
I could not find any way to group/filter the hosts in the web UI by the
pakiti-client
parameter--tag
. Does this parameter actually do something on the server side? Is the functionality just not done on the server yet? Is it totally deprecated?Issue #80 talks about pakiti2 client "tag" functionality but this functionality exists in pakiti3 client as well.
Should we use the
--site
parameter instead of--tag
in pakiti3 client as per #80 ?It would be helpful if the man page (pakiti-client in this case) or some other documentation listed what functionality is expected to work.
The text was updated successfully, but these errors were encountered: