Hello
I need to monitor connections state from one servers to another (check for monitoring is ready), the question is that each server, i nned to monitor may have connections to multiple other servers, so i need to create few tests from template. for one server it must bu one check, for qnother its need to be three tests.
I have a file with list of ip addresses, connections to which i need to monitor.
I wanted to do it with discovery rule. Read that file, get values and according to its number create checks. I made this discovery rule
File /usr/etc/customfile.txt - is that file with ip addresses list. But i didn`t find how to receive data properly from that file. How can i do it?
Thank you
I need to monitor connections state from one servers to another (check for monitoring is ready), the question is that each server, i nned to monitor may have connections to multiple other servers, so i need to create few tests from template. for one server it must bu one check, for qnother its need to be three tests.
I have a file with list of ip addresses, connections to which i need to monitor.
I wanted to do it with discovery rule. Read that file, get values and according to its number create checks. I made this discovery rule
| Test discovery rule | Item prototypes | Trigger prototypes | Graph prototypes | Host prototypes | vfs.file.contents[/usr/etc/customfile.txt] | 30s | Zabbix agent | Enabled |
Thank you
Comment