Re: [Astlinux-users] $PATH

2016-04-10 Thread Michael Knill
: [Astlinux-users] $PATH Michael, Editing /etc/profile is not good, since any future changes of it in the base system will be ignored. The better way is to create a ~/.bashrc file (look how it is called in /etc/profile) . Of course you need the ~/.bashrc file to be persistent across reboots

Re: [Astlinux-users] $PATH

2016-04-10 Thread Lonnie Abelbeck
Michael, Editing /etc/profile is not good, since any future changes of it in the base system will be ignored. The better way is to create a ~/.bashrc file (look how it is called in /etc/profile) . Of course you need the ~/.bashrc file to be persistent across reboots, that can be done by eithe

[Astlinux-users] $PATH

2016-04-10 Thread Michael Knill
Hi group I have a new script in /mnt/kd/scripts that I want in $PATH and I have edited it in /etc/profiles. Is this the best way of doing it e.g. So I don’t need to do this for every build. Regards Michael Knill -- F

Re: [Astlinux-users] Path to snmp.conf?

2013-05-05 Thread Dan Ryson
rom:* Dan Ryson *To:* Lonnie Abelbeck *Cc:* AstLinux Users Mailing List *Sent:* Sunday, May 5, 2013 6:51 AM *Subject:* Re: [Astlinux-users] Path to snmp.conf? Good morning Lonnie, What a pleasant surprise. Thank you, yet again, for lending such a capable, helping hand. I'm excited abou

Re: [Astlinux-users] Path to snmp.conf?

2013-05-05 Thread Ionel Chila
-users] Path to snmp.conf? Good morning Lonnie, What a pleasant surprise.  Thank you, yet again, for lending such a capable, helping hand. I'm excited about the prospect of getting SNMP running.  It is hoped to provide some valuable statistics and diagnostics for several Ast

Re: [Astlinux-users] Path to snmp.conf?

2013-05-05 Thread Dan Ryson
Good morning Lonnie, What a pleasant surprise. Thank you, yet again, for lending such a capable, helping hand. I'm excited about the prospect of getting SNMP running. It is hoped to provide some valuable statistics and diagnostics for several AstLinux installations. Part of my goal is to le

Re: [Astlinux-users] Path to snmp.conf?

2013-05-04 Thread Lonnie Abelbeck
Hi Dan, I added commit r6073 which enables the res_snmp.so module in Asterisk. Additionally a few tweaks with how netsnmp was built was necessary... agentx needed to be enabled and for some reason Buildroot disabled the Unix transport, possibly a problem with uClibc, but builds fine with our e

Re: [Astlinux-users] Path to snmp.conf?

2013-05-04 Thread Dan Ryson
Lonnie, Thank you for all the research and effort. I hope to be able to turn attention back to SNMP later today after some outdoor projects tha are begging for attention. Dan Lonnie Abelbeck wrote: >Dan, > >Looking at "/etc/init.d/snmpd" for documentation :-) > >Your config goes in "/mnt/k

Re: [Astlinux-users] Path to snmp.conf?

2013-05-04 Thread Lonnie Abelbeck
Dan, Looking at "/etc/init.d/snmpd" for documentation :-) Your config goes in "/mnt/kd/snmp/snmpd.conf" (which is symlinked to "/etc/snmp/snmpd.conf") snmpd is started with... OPTIONS="-LS0-4d -Lf /dev/null" snmpd $OPTIONS -u nobody -g nobody -p /var/run/snmpd.pid But, you can redefine OPTION

Re: [Astlinux-users] Path to snmp.conf?

2013-05-04 Thread Dan Ryson
James, Well it's no wonder I was confused! I'll give this a try and report back. Thanks a million for your help. Dan James Babiak wrote: >The snmp 'file' in /etc is actually just a symlink to /tmp/etc/smnp, >which is supposed to be a directory containing the snmpd.conf file. > >The includ

Re: [Astlinux-users] Path to snmp.conf?

2013-05-04 Thread James Babiak
The snmp 'file' in /etc is actually just a symlink to /tmp/etc/smnp, which is supposed to be a directory containing the snmpd.conf file. The included snmp init script runs snmpd using /etc/snmp/snmpd.conf as the config file, which would actually be linked to the /tmp/etc/snmp/snmpd.conf file.

[Astlinux-users] Path to snmp.conf?

2013-05-04 Thread Dan Ryson
Hello everyone. I'm tinkering around with Zabbix. While I'm successfully using the Zabbix agent to monitor the machine, I'd also like to monitor certain Asterisk parameters such as shown in this Zabbix Template . It lo