Hi there.
I have two questions.
1) I have an item A which count the number of transactions that were made in a given database every minute. And this item works fine.
What I want now is to have another item B which is the daily sum of item A.
I have tried grpsum and even having an sql sum of the database. But both give me errors at some point.
2) I want to have a user that can only have access to one host and not a group of hosts. How can I do that?
Regards,
Ricardo
I have two questions.
1) I have an item A which count the number of transactions that were made in a given database every minute. And this item works fine.
What I want now is to have another item B which is the daily sum of item A.
I have tried grpsum and even having an sql sum of the database. But both give me errors at some point.
2) I want to have a user that can only have access to one host and not a group of hosts. How can I do that?
Regards,
Ricardo
Comment