If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
I need opportunity to ping hosts(from some hostgroup) by operator like in menu Maps, Tools->Ping. It must be some list of hosts with context menu opportunity.
I need opportunity to ping hosts(from some hostgroup) by operator like in menu Maps, Tools->Ping. It must be some list of hosts with context menu opportunity.
How this can be done?
You can define it in Administration / Scripts section.
If ping is not defined there, here is my configuration:
Name : Ping
Command: /bin/ping -c 3 {HOST.CONN}
User groups: All
Host groups: All
Required host permissions: read
You may have to adapt it for your needs.
Once this is done, it will associated to Tools popup in maps.
You can define it in Administration / Scripts section.
If ping is not defined there, here is my configuration:
Name : Ping
Command: /bin/ping -c 3 {HOST.CONN}
User groups: All
Host groups: All
Required host permissions: read
You may have to adapt it for your needs.
Once this is done, it will associated to Tools popup in maps.
Regards,
Alixen
No, you dont understand me.
I have this possibility in Maps(as all users of Zabbix)
I need some list of hosts with _same_ context menu opportunity.
This group of hosts formed by autodiscovery.
No, you dont understand me.
I have this possibility in Maps(as all users of Zabbix)
I need some list of hosts with _same_ context menu opportunity.
This group of hosts formed by autodiscovery.
Sorry, I misunderstood your question.
The only places I know where Tools popup is available are Maps and host names in Monitoring/Triggers page.
Probably not what you are looking for.
Comment