Hey guys, maybe there is a way to do it from the interface, but I can't figure it out.
I setup a new installation of Zabbix, 1.8.4, and it's generally great. However, I have several tiers of users, admins, super admins. When a user goes in to view a trigger, they are presented with the system name and the trigger status. They can acknowledge just fine. However, if they want to find out the IP of the system, I can't figure out a way to do it.
The user *could* copy and paste the host name into the search, at which case they would be redirected to search.php and see the IP. This seems like a very complicated way of getting something so important as the IP.
I don't want the host name to be an IP address because we have DNS in our environment for that very reason -- so changing the name to the IP is out of the question.
Is there an easier way to get IP information in this scenario? I tried looking at the tr_status.php file to see if I could re-write it to display the hostname and the IP, but it was really complicated...I'd have to spend a lot more time with it...which I could do...just figured I'd reach out here first.
So, if you know an easy way to get it, or a way to mod tr_status.php to display it -- that would be great.
Thanks!
I setup a new installation of Zabbix, 1.8.4, and it's generally great. However, I have several tiers of users, admins, super admins. When a user goes in to view a trigger, they are presented with the system name and the trigger status. They can acknowledge just fine. However, if they want to find out the IP of the system, I can't figure out a way to do it.
The user *could* copy and paste the host name into the search, at which case they would be redirected to search.php and see the IP. This seems like a very complicated way of getting something so important as the IP.
I don't want the host name to be an IP address because we have DNS in our environment for that very reason -- so changing the name to the IP is out of the question.
Is there an easier way to get IP information in this scenario? I tried looking at the tr_status.php file to see if I could re-write it to display the hostname and the IP, but it was really complicated...I'd have to spend a lot more time with it...which I could do...just figured I'd reach out here first.
So, if you know an easy way to get it, or a way to mod tr_status.php to display it -- that would be great.
Thanks!

Comment