Re: [icinga-users] Trying to implement my 1st customized check

2017-04-10 Thread Andreas Maus
Good morning. On Sun Apr 09, 2017 at 20:50:37PM -0400, Matthew Herzog wrote: > I'm trying to use snmp-memory (check_snmp_mem.pl) with snmp version 3. I > have only one zone, "nplz." > I have a couple of servers whose memory consumption needs to be monitored. > > I have a file conf.d/templates/npl

Re: [icinga-users] Trying to implement my 1st customized check

2017-04-10 Thread Jan.Dreyer
Hi Matthew. Am 10.04.2017 um 02:50 schrieb Matthew Herzog mailto:matthew.her...@gmail.com>>: critical/config: Error: Object 'snmp-memory' of type 'CheckCommand' re-defined: in /etc/icinga2/conf.d/templates/nplz-snmp-mem.conf: 1:0-1:32; previous definition: in /usr/share/icinga2/include/command

[icinga-users] Trying to implement my 1st customized check

2017-04-09 Thread Matthew Herzog
I'm trying to use snmp-memory (check_snmp_mem.pl) with snmp version 3. I have only one zone, "nplz." I have a couple of servers whose memory consumption needs to be monitored. I have a file conf.d/templates/nplz-snmp-mem.conf that contains: object CheckCommand "snmp-memory" { import "plugin-c