From: Alexei V. <al...@go...> - 2002-02-12 07:43:09
|
I think you forgot to add new parameter to monitor before changing existing trigger. For example, if you have trigger {www.sf.net:cksum[/etc/inetd.conf].diff(0)}>0 defined and want to change /etc/inetd.conf to /etc/xinetd.conf, you need to follow this procedure: 1. Add cksum[/etc/xinetd.conf] to list of items for www.sf.net 2. Change {www.sf.net:cksum[/etc/inetd.conf].diff(0)}>0 to {www.sf.net:cksum[/etc/xinetd.conf].diff(0)}>0 3. Delete (disable) cksum[/etc/xinetd.conf] if you don't need it Alexei On Tue, Feb 12, 2002 at 01:34:42AM +0000, Dennis O. Aliev wrote: > I can't seem to change default trigger that monitors size of > /etc/inetd.conf to /etc/xinetd.conf. > > The following message appears. > [ERROR:Invalid trigger expression. No such host (cezanne.vab.com) or > monitored parameter (cksum[/etc/xinetd.conf])] > -- > > Dennis O. Aliev > System Administrator > Information Technology > > Einstein Industries, Inc. > da...@et... > (858) 362-1093 > > _______________________________________________ > Zabbix-users mailing list > Zab...@li... > https://lists.sourceforge.net/lists/listinfo/zabbix-users |