Hi
I am looking to implement snmp monitoring for the servers and network devices we support. I am looking at opennms and observium, and have them both running, monitoring some of our internal servers and devices.
Observium is running on debian 7 - Wheezy. I believe I followed the debian specific installation instructions exactly, and Observium is up and running. I have configured it to monitor 2 of our Windows servers, 2 LINUX servers, a cisco router and sonicwall firewall. The initial discovery seems to have worked. However the olling does not seem to be working from cron. Looking at the observium.log
/opt/observium/discovery.php new June 5, 2013, 15:25 - 0 devices discovered in 0. 006 secs /opt/observium/discovery.php new June 5, 2013, 15:30 - 0 devices discovered in 0. 007 secs /opt/observium/discovery.php new June 5, 2013, 15:35 - 0 devices discovered in 0. 005 secs ...
discovery is running from cron every 5 mins as expected, but there is no mention in the log of poller.php running. I am sure I have been stupid and am missing something simple. All the graphs have a title Error Drawing Graph, guess that is because there is no data.
Any help and advice would be appreciated, where to look to resolve the issues.
Richard
what's in your /etc/cron.d/observium ?
br
stefan milo
________________________________________ Fra: observium [observium-bounces@observium.org] På vegne af Richard Davies [richard@miracle-information-services.co.uk] Sendt: 6. juni 2013 09:41 Til: observium@observium.org Emne: [Observium] Setup problem
Hi
I am looking to implement snmp monitoring for the servers and network devices we support. I am looking at opennms and observium, and have them both running, monitoring some of our internal servers and devices.
Observium is running on debian 7 - Wheezy. I believe I followed the debian specific installation instructions exactly, and Observium is up and running. I have configured it to monitor 2 of our Windows servers, 2 LINUX servers, a cisco router and sonicwall firewall. The initial discovery seems to have worked. However the olling does not seem to be working from cron. Looking at the observium.log
/opt/observium/discovery.php new June 5, 2013, 15:25 - 0 devices discovered in 0. 006 secs /opt/observium/discovery.php new June 5, 2013, 15:30 - 0 devices discovered in 0. 007 secs /opt/observium/discovery.php new June 5, 2013, 15:35 - 0 devices discovered in 0. 005 secs ...
discovery is running from cron every 5 mins as expected, but there is no mention in the log of poller.php running. I am sure I have been stupid and am missing something simple. All the graphs have a title Error Drawing Graph, guess that is because there is no data.
Any help and advice would be appreciated, where to look to resolve the issues.
Richard _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Here is my /etc/cron.d/observium
root@linux2:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@linux2:/etc/cron.d#
Copied and paste straight from the installation guide.
Richard
On 06/06/2013 09:35, Stefan Milo wrote:
what's in your /etc/cron.d/observium ?
br
stefan milo
Fra: observium [observium-bounces@observium.org] På vegne af Richard Davies [richard@miracle-information-services.co.uk] Sendt: 6. juni 2013 09:41 Til: observium@observium.org Emne: [Observium] Setup problem
Hi
I am looking to implement snmp monitoring for the servers and network devices we support. I am looking at opennms and observium, and have them both running, monitoring some of our internal servers and devices.
Observium is running on debian 7 - Wheezy. I believe I followed the debian specific installation instructions exactly, and Observium is up and running. I have configured it to monitor 2 of our Windows servers, 2 LINUX servers, a cisco router and sonicwall firewall. The initial discovery seems to have worked. However the olling does not seem to be working from cron. Looking at the observium.log
/opt/observium/discovery.php new June 5, 2013, 15:25 - 0 devices discovered in 0. 006 secs /opt/observium/discovery.php new June 5, 2013, 15:30 - 0 devices discovered in 0. 007 secs /opt/observium/discovery.php new June 5, 2013, 15:35 - 0 devices discovered in 0. 005 secs ...
discovery is running from cron every 5 mins as expected, but there is no mention in the log of poller.php running. I am sure I have been stupid and am missing something simple. All the graphs have a title Error Drawing Graph, guess that is because there is no data.
Any help and advice would be appreciated, where to look to resolve the issues.
Richard _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
What are the permissions on your php scripts that cron is executing? They need to be at least executable by root.
Tracy
On Jun 6, 2013, at 5:23 AM, Richard Davies richard@miracle-information-services.co.uk wrote:
Here is my /etc/cron.d/observium
root@linux2:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@linux2:/etc/cron.d#
Copied and paste straight from the installation guide.
Richard
On 06/06/2013 09:35, Stefan Milo wrote:
what's in your /etc/cron.d/observium ?
br
stefan milo
Fra: observium [observium-bounces@observium.org] På vegne af Richard Davies [richard@miracle-information-services.co.uk] Sendt: 6. juni 2013 09:41 Til: observium@observium.org Emne: [Observium] Setup problem
Hi
I am looking to implement snmp monitoring for the servers and network devices we support. I am looking at opennms and observium, and have them both running, monitoring some of our internal servers and devices.
Observium is running on debian 7 - Wheezy. I believe I followed the debian specific installation instructions exactly, and Observium is up and running. I have configured it to monitor 2 of our Windows servers, 2 LINUX servers, a cisco router and sonicwall firewall. The initial discovery seems to have worked. However the olling does not seem to be working from cron. Looking at the observium.log
/opt/observium/discovery.php new June 5, 2013, 15:25 - 0 devices discovered in 0. 006 secs /opt/observium/discovery.php new June 5, 2013, 15:30 - 0 devices discovered in 0. 007 secs /opt/observium/discovery.php new June 5, 2013, 15:35 - 0 devices discovered in 0. 005 secs ...
discovery is running from cron every 5 mins as expected, but there is no mention in the log of poller.php running. I am sure I have been stupid and am missing something simple. All the graphs have a title Error Drawing Graph, guess that is because there is no data.
Any help and advice would be appreciated, where to look to resolve the issues.
Richard _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
The file permissions are correct. If I run the poller command manually I get
root@linux2:/opt/observium# /opt/observium/poller.php -h all Observium Poller v0.13.6.4124
Starting polling run:
mis2008-dc 1 windows Module [ unix-agent ] disabled globally. Using SNMP Agent sysUpTime (608338 seconds) Uptime: 7 days, 58m 58s
Hardware: Intel x64 Version: Server 2008 Datacenter R2 SP1 (NT 6.1) Features: Multiprocessor Serial: IPMI: Processor Unknown Processor Type 0% Processor Unknown Processor Type 0% Mempool Virtual Memory: 17.22% Mempool Physical Memory: 38.49% Storage C:\ Label: Serial Number cca586f8: 77% Storage E:\ Label:New Volume Serial Number cc3ad1bd: 18% Storage I:\ Label:New Volume Serial Number d63e5dd5: 0% Polling Netstats: IP TCP UDP ICMP SNMP HR Stats: Processes Users Polling IP-MIB ipSystemStats root@linux2:/opt/observium#
So it seems to have polled 1 of the 6 devices, but does not seem to bring much info back.
snmpwalk workings fine against all the devices.
Must be missing something basic. Tempted to trash the server and start again.
Richard
On 06/06/2013 11:51, Tracy Phillips wrote:
What are the permissions on your php scripts that cron is executing? They need to be at least executable by root.
Tracy
On Jun 6, 2013, at 5:23 AM, Richard Davies richard@miracle-information-services.co.uk wrote:
Here is my /etc/cron.d/observium
root@linux2:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@linux2:/etc/cron.d#
Copied and paste straight from the installation guide.
Richard
On 06/06/2013 09:35, Stefan Milo wrote:
what's in your /etc/cron.d/observium ?
br
stefan milo
Fra: observium [observium-bounces@observium.org] På vegne af Richard Davies [richard@miracle-information-services.co.uk] Sendt: 6. juni 2013 09:41 Til: observium@observium.org Emne: [Observium] Setup problem
Hi
I am looking to implement snmp monitoring for the servers and network devices we support. I am looking at opennms and observium, and have them both running, monitoring some of our internal servers and devices.
Observium is running on debian 7 - Wheezy. I believe I followed the debian specific installation instructions exactly, and Observium is up and running. I have configured it to monitor 2 of our Windows servers, 2 LINUX servers, a cisco router and sonicwall firewall. The initial discovery seems to have worked. However the olling does not seem to be working from cron. Looking at the observium.log
/opt/observium/discovery.php new June 5, 2013, 15:25 - 0 devices discovered in 0. 006 secs /opt/observium/discovery.php new June 5, 2013, 15:30 - 0 devices discovered in 0. 007 secs /opt/observium/discovery.php new June 5, 2013, 15:35 - 0 devices discovered in 0. 005 secs ...
discovery is running from cron every 5 mins as expected, but there is no mention in the log of poller.php running. I am sure I have been stupid and am missing something simple. All the graphs have a title Error Drawing Graph, guess that is because there is no data.
Any help and advice would be appreciated, where to look to resolve the issues.
Richard _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
Hello,
The permissions seems to be correct. but while trying to add devices, the screen resides the same.
And the device doesn't get added.
Please verify the snapshot attached below.
Thank you.
On Thu, Jun 6, 2013 at 4:21 PM, Tracy Phillips tracphil@mantoso.com wrote:
What are the permissions on your php scripts that cron is executing? They need to be at least executable by root.
Tracy
On Jun 6, 2013, at 5:23 AM, Richard Davies < richard@miracle-information-services.co.uk> wrote:
Here is my /etc/cron.d/observium
root@linux2:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >>
/dev/null 2>&1
*/5 * * * * root /opt/observium/discovery.php -h new >>
/dev/null 2>&1
*/5 * * * * root /opt/observium/poller.php -h all >> /dev/null
2>&1
root@linux2:/etc/cron.d#
Copied and paste straight from the installation guide.
Richard
On 06/06/2013 09:35, Stefan Milo wrote:
what's in your /etc/cron.d/observium ?
br
stefan milo
Fra: observium [observium-bounces@observium.org] På vegne af
Richard Davies [richard@miracle-information-services.co.uk]
Sendt: 6. juni 2013 09:41 Til: observium@observium.org Emne: [Observium] Setup problem
Hi
I am looking to implement snmp monitoring for the servers and network devices we support. I am looking at opennms and observium, and have them both running, monitoring some of our internal servers and devices.
Observium is running on debian 7 - Wheezy. I believe I followed the debian specific installation instructions exactly, and Observium is up and running. I have configured it to monitor 2 of our Windows servers, 2 LINUX servers, a cisco router and sonicwall firewall. The initial discovery seems to have worked. However the olling does not seem to be working from cron. Looking at the observium.log
/opt/observium/discovery.php new June 5, 2013, 15:25 - 0 devices discovered in 0. 006 secs /opt/observium/discovery.php new June 5, 2013, 15:30 - 0 devices discovered in 0. 007 secs /opt/observium/discovery.php new June 5, 2013, 15:35 - 0 devices discovered in 0. 005 secs ...
discovery is running from cron every 5 mins as expected, but there is no mention in the log of poller.php running. I am sure I have been stupid and am missing something simple. All the graphs have a title Error Drawing Graph, guess that is because there is no data.
Any help and advice would be appreciated, where to look to resolve the issues.
Richard _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
the permissions are like"
================
root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@monitoring:/etc/cron.d#
=====================
Thank you.
On Thu, Jun 6, 2013 at 4:57 PM, Support caretechtest@gmail.com wrote:
Hello,
The permissions seems to be correct. but while trying to add devices, the screen resides the same.
And the device doesn't get added.
Please verify the snapshot attached below.
Thank you.
On Thu, Jun 6, 2013 at 4:21 PM, Tracy Phillips tracphil@mantoso.comwrote:
What are the permissions on your php scripts that cron is executing? They need to be at least executable by root.
Tracy
On Jun 6, 2013, at 5:23 AM, Richard Davies < richard@miracle-information-services.co.uk> wrote:
Here is my /etc/cron.d/observium
root@linux2:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >>
/dev/null 2>&1
*/5 * * * * root /opt/observium/discovery.php -h new >>
/dev/null 2>&1
*/5 * * * * root /opt/observium/poller.php -h all >>
/dev/null 2>&1
root@linux2:/etc/cron.d#
Copied and paste straight from the installation guide.
Richard
On 06/06/2013 09:35, Stefan Milo wrote:
what's in your /etc/cron.d/observium ?
br
stefan milo
Fra: observium [observium-bounces@observium.org] På vegne af
Richard Davies [richard@miracle-information-services.co.uk]
Sendt: 6. juni 2013 09:41 Til: observium@observium.org Emne: [Observium] Setup problem
Hi
I am looking to implement snmp monitoring for the servers and network devices we support. I am looking at opennms and observium, and have
them
both running, monitoring some of our internal servers and devices.
Observium is running on debian 7 - Wheezy. I believe I followed the debian specific installation instructions exactly, and Observium is up and running. I have configured it to monitor 2 of our Windows servers,
2
LINUX servers, a cisco router and sonicwall firewall. The initial discovery seems to have worked. However the olling does not seem to be working from cron. Looking at the observium.log
/opt/observium/discovery.php new June 5, 2013, 15:25 - 0 devices discovered in 0. 006 secs /opt/observium/discovery.php new June 5, 2013, 15:30 - 0 devices discovered in 0. 007 secs /opt/observium/discovery.php new June 5, 2013, 15:35 - 0 devices discovered in 0. 005 secs ...
discovery is running from cron every 5 mins as expected, but there is
no
mention in the log of poller.php running. I am sure I have been stupid and am missing something simple. All the graphs have a title Error Drawing Graph, guess that is because there is no data.
Any help and advice would be appreciated, where to look to resolve the issues.
Richard _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Those aren't permissions. That's your crontab.
http://www.observium.org/wiki/FAQs
On 2013-06-06, at 7:28 AM, Support caretechtest@gmail.com wrote:
the permissions are like"
================
root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@monitoring:/etc/cron.d# =====================
Thank you.
On Thu, Jun 6, 2013 at 4:57 PM, Support caretechtest@gmail.com wrote: Hello,
The permissions seems to be correct. but while trying to add devices, the screen resides the same.
And the device doesn't get added.
Please verify the snapshot attached below.
Thank you.
On Thu, Jun 6, 2013 at 4:21 PM, Tracy Phillips tracphil@mantoso.com wrote: What are the permissions on your php scripts that cron is executing? They need to be at least executable by root.
Tracy
On Jun 6, 2013, at 5:23 AM, Richard Davies richard@miracle-information-services.co.uk wrote:
Here is my /etc/cron.d/observium
root@linux2:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@linux2:/etc/cron.d#
Copied and paste straight from the installation guide.
Richard
On 06/06/2013 09:35, Stefan Milo wrote:
what's in your /etc/cron.d/observium ?
br
stefan milo
Fra: observium [observium-bounces@observium.org] På vegne af Richard Davies [richard@miracle-information-services.co.uk] Sendt: 6. juni 2013 09:41 Til: observium@observium.org Emne: [Observium] Setup problem
Hi
I am looking to implement snmp monitoring for the servers and network devices we support. I am looking at opennms and observium, and have them both running, monitoring some of our internal servers and devices.
Observium is running on debian 7 - Wheezy. I believe I followed the debian specific installation instructions exactly, and Observium is up and running. I have configured it to monitor 2 of our Windows servers, 2 LINUX servers, a cisco router and sonicwall firewall. The initial discovery seems to have worked. However the olling does not seem to be working from cron. Looking at the observium.log
/opt/observium/discovery.php new June 5, 2013, 15:25 - 0 devices discovered in 0. 006 secs /opt/observium/discovery.php new June 5, 2013, 15:30 - 0 devices discovered in 0. 007 secs /opt/observium/discovery.php new June 5, 2013, 15:35 - 0 devices discovered in 0. 005 secs ...
discovery is running from cron every 5 mins as expected, but there is no mention in the log of poller.php running. I am sure I have been stupid and am missing something simple. All the graphs have a title Error Drawing Graph, guess that is because there is no data.
Any help and advice would be appreciated, where to look to resolve the issues.
Richard _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hello,
I want to know how to add devices to observium?
Than kyou.
On Thu, Jun 6, 2013 at 5:11 PM, Jason Lixfeld jason@lixfeld.ca wrote:
Those aren't permissions. That's your crontab.
http://www.observium.org/wiki/FAQs
On 2013-06-06, at 7:28 AM, Support caretechtest@gmail.com wrote:
the permissions are like"
================
root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >>
/dev/null 2>&1
*/5 * * * * root /opt/observium/discovery.php -h new >>
/dev/null 2>&1
*/5 * * * * root /opt/observium/poller.php -h all >> /dev/null
2>&1
root@monitoring:/etc/cron.d#
Thank you.
On Thu, Jun 6, 2013 at 4:57 PM, Support caretechtest@gmail.com wrote: Hello,
The permissions seems to be correct. but while trying to add devices,
the screen resides the same.
And the device doesn't get added.
Please verify the snapshot attached below.
Thank you.
On Thu, Jun 6, 2013 at 4:21 PM, Tracy Phillips tracphil@mantoso.com
wrote:
What are the permissions on your php scripts that cron is executing?
They need to be at least executable by root.
Tracy
On Jun 6, 2013, at 5:23 AM, Richard Davies <
richard@miracle-information-services.co.uk> wrote:
Here is my /etc/cron.d/observium
root@linux2:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >>
/dev/null 2>&1
*/5 * * * * root /opt/observium/discovery.php -h new >>
/dev/null 2>&1
*/5 * * * * root /opt/observium/poller.php -h all >>
/dev/null 2>&1
root@linux2:/etc/cron.d#
Copied and paste straight from the installation guide.
Richard
On 06/06/2013 09:35, Stefan Milo wrote:
what's in your /etc/cron.d/observium ?
br
stefan milo
Fra: observium [observium-bounces@observium.org] På vegne af
Richard Davies [richard@miracle-information-services.co.uk]
Sendt: 6. juni 2013 09:41 Til: observium@observium.org Emne: [Observium] Setup problem
Hi
I am looking to implement snmp monitoring for the servers and network devices we support. I am looking at opennms and observium, and have
them
both running, monitoring some of our internal servers and devices.
Observium is running on debian 7 - Wheezy. I believe I followed the debian specific installation instructions exactly, and Observium is up and running. I have configured it to monitor 2 of our Windows
servers, 2
LINUX servers, a cisco router and sonicwall firewall. The initial discovery seems to have worked. However the olling does not seem to be working from cron. Looking at the observium.log
/opt/observium/discovery.php new June 5, 2013, 15:25 - 0 devices discovered in 0. 006 secs /opt/observium/discovery.php new June 5, 2013, 15:30 - 0 devices discovered in 0. 007 secs /opt/observium/discovery.php new June 5, 2013, 15:35 - 0 devices discovered in 0. 005 secs ...
discovery is running from cron every 5 mins as expected, but there is
no
mention in the log of poller.php running. I am sure I have been stupid and am missing something simple. All the graphs have a title Error Drawing Graph, guess that is because there is no data.
Any help and advice would be appreciated, where to look to resolve the issues.
Richard _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
http://lmgtfy.com/?q=add+a+device+to+observium
On 2013-06-06, at 7:46 AM, Support caretechtest@gmail.com wrote:
Hello,
I want to know how to add devices to observium?
Than kyou.
On Thu, Jun 6, 2013 at 5:11 PM, Jason Lixfeld jason@lixfeld.ca wrote: Those aren't permissions. That's your crontab.
http://www.observium.org/wiki/FAQs
On 2013-06-06, at 7:28 AM, Support caretechtest@gmail.com wrote:
the permissions are like"
================
root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@monitoring:/etc/cron.d# =====================
Thank you.
On Thu, Jun 6, 2013 at 4:57 PM, Support caretechtest@gmail.com wrote: Hello,
The permissions seems to be correct. but while trying to add devices, the screen resides the same.
And the device doesn't get added.
Please verify the snapshot attached below.
Thank you.
On Thu, Jun 6, 2013 at 4:21 PM, Tracy Phillips tracphil@mantoso.com wrote: What are the permissions on your php scripts that cron is executing? They need to be at least executable by root.
Tracy
On Jun 6, 2013, at 5:23 AM, Richard Davies richard@miracle-information-services.co.uk wrote:
Here is my /etc/cron.d/observium
root@linux2:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@linux2:/etc/cron.d#
Copied and paste straight from the installation guide.
Richard
On 06/06/2013 09:35, Stefan Milo wrote:
what's in your /etc/cron.d/observium ?
br
stefan milo
Fra: observium [observium-bounces@observium.org] På vegne af Richard Davies [richard@miracle-information-services.co.uk] Sendt: 6. juni 2013 09:41 Til: observium@observium.org Emne: [Observium] Setup problem
Hi
I am looking to implement snmp monitoring for the servers and network devices we support. I am looking at opennms and observium, and have them both running, monitoring some of our internal servers and devices.
Observium is running on debian 7 - Wheezy. I believe I followed the debian specific installation instructions exactly, and Observium is up and running. I have configured it to monitor 2 of our Windows servers, 2 LINUX servers, a cisco router and sonicwall firewall. The initial discovery seems to have worked. However the olling does not seem to be working from cron. Looking at the observium.log
/opt/observium/discovery.php new June 5, 2013, 15:25 - 0 devices discovered in 0. 006 secs /opt/observium/discovery.php new June 5, 2013, 15:30 - 0 devices discovered in 0. 007 secs /opt/observium/discovery.php new June 5, 2013, 15:35 - 0 devices discovered in 0. 005 secs ...
discovery is running from cron every 5 mins as expected, but there is no mention in the log of poller.php running. I am sure I have been stupid and am missing something simple. All the graphs have a title Error Drawing Graph, guess that is because there is no data.
Any help and advice would be appreciated, where to look to resolve the issues.
Richard _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hi,
I know it.. but i am getting error..
Please verify the snapshot.
Thank you.
On Thu, Jun 6, 2013 at 5:19 PM, Jason Lixfeld jason@lixfeld.ca wrote:
http://lmgtfy.com/?q=add+a+device+to+observium
On 2013-06-06, at 7:46 AM, Support caretechtest@gmail.com wrote:
Hello,
I want to know how to add devices to observium?
Than kyou.
On Thu, Jun 6, 2013 at 5:11 PM, Jason Lixfeld jason@lixfeld.ca wrote: Those aren't permissions. That's your crontab.
http://www.observium.org/wiki/FAQs
On 2013-06-06, at 7:28 AM, Support caretechtest@gmail.com wrote:
the permissions are like"
================
root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >>
/dev/null 2>&1
*/5 * * * * root /opt/observium/discovery.php -h new >>
/dev/null 2>&1
*/5 * * * * root /opt/observium/poller.php -h all >>
/dev/null 2>&1
root@monitoring:/etc/cron.d#
Thank you.
On Thu, Jun 6, 2013 at 4:57 PM, Support caretechtest@gmail.com
wrote:
Hello,
The permissions seems to be correct. but while trying to add devices,
the screen resides the same.
And the device doesn't get added.
Please verify the snapshot attached below.
Thank you.
On Thu, Jun 6, 2013 at 4:21 PM, Tracy Phillips tracphil@mantoso.com
wrote:
What are the permissions on your php scripts that cron is executing?
They need to be at least executable by root.
Tracy
On Jun 6, 2013, at 5:23 AM, Richard Davies <
richard@miracle-information-services.co.uk> wrote:
Here is my /etc/cron.d/observium
root@linux2:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >>
/dev/null 2>&1
*/5 * * * * root /opt/observium/discovery.php -h new >>
/dev/null 2>&1
*/5 * * * * root /opt/observium/poller.php -h all >>
/dev/null 2>&1
root@linux2:/etc/cron.d#
Copied and paste straight from the installation guide.
Richard
On 06/06/2013 09:35, Stefan Milo wrote:
what's in your /etc/cron.d/observium ?
br
stefan milo
Fra: observium [observium-bounces@observium.org] På vegne af
Richard Davies [richard@miracle-information-services.co.uk]
Sendt: 6. juni 2013 09:41 Til: observium@observium.org Emne: [Observium] Setup problem
Hi
I am looking to implement snmp monitoring for the servers and
network
devices we support. I am looking at opennms and observium, and have
them
both running, monitoring some of our internal servers and devices.
Observium is running on debian 7 - Wheezy. I believe I followed the debian specific installation instructions exactly, and Observium is
up
and running. I have configured it to monitor 2 of our Windows
servers, 2
LINUX servers, a cisco router and sonicwall firewall. The initial discovery seems to have worked. However the olling does not seem to
be
working from cron. Looking at the observium.log
/opt/observium/discovery.php new June 5, 2013, 15:25 - 0 devices discovered in 0. 006 secs /opt/observium/discovery.php new June 5, 2013, 15:30 - 0 devices discovered in 0. 007 secs /opt/observium/discovery.php new June 5, 2013, 15:35 - 0 devices discovered in 0. 005 secs ...
discovery is running from cron every 5 mins as expected, but there
is no
mention in the log of poller.php running. I am sure I have been
stupid
and am missing something simple. All the graphs have a title Error Drawing Graph, guess that is because there is no data.
Any help and advice would be appreciated, where to look to resolve
the
issues.
Richard _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I dunno. Check the database to see if the host got installed there. If not, try to snmpwalk the device from the CLI with the same polling information you fed into Observium. Also make sure your permissions are correct in /opt/observium for your system.
On 2013-06-06, at 7:58 AM, Support caretechtest@gmail.com wrote:
Hi,
I know it.. but i am getting error..
Please verify the snapshot.
Thank you.
On Thu, Jun 6, 2013 at 5:19 PM, Jason Lixfeld jason@lixfeld.ca wrote: http://lmgtfy.com/?q=add+a+device+to+observium
On 2013-06-06, at 7:46 AM, Support caretechtest@gmail.com wrote:
Hello,
I want to know how to add devices to observium?
Than kyou.
On Thu, Jun 6, 2013 at 5:11 PM, Jason Lixfeld jason@lixfeld.ca wrote: Those aren't permissions. That's your crontab.
http://www.observium.org/wiki/FAQs
On 2013-06-06, at 7:28 AM, Support caretechtest@gmail.com wrote:
the permissions are like"
================
root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@monitoring:/etc/cron.d# =====================
Thank you.
On Thu, Jun 6, 2013 at 4:57 PM, Support caretechtest@gmail.com wrote: Hello,
The permissions seems to be correct. but while trying to add devices, the screen resides the same.
And the device doesn't get added.
Please verify the snapshot attached below.
Thank you.
On Thu, Jun 6, 2013 at 4:21 PM, Tracy Phillips tracphil@mantoso.com wrote: What are the permissions on your php scripts that cron is executing? They need to be at least executable by root.
Tracy
On Jun 6, 2013, at 5:23 AM, Richard Davies richard@miracle-information-services.co.uk wrote:
Here is my /etc/cron.d/observium
root@linux2:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@linux2:/etc/cron.d#
Copied and paste straight from the installation guide.
Richard
On 06/06/2013 09:35, Stefan Milo wrote:
what's in your /etc/cron.d/observium ?
br
stefan milo
Fra: observium [observium-bounces@observium.org] På vegne af Richard Davies [richard@miracle-information-services.co.uk] Sendt: 6. juni 2013 09:41 Til: observium@observium.org Emne: [Observium] Setup problem
Hi
I am looking to implement snmp monitoring for the servers and network devices we support. I am looking at opennms and observium, and have them both running, monitoring some of our internal servers and devices.
Observium is running on debian 7 - Wheezy. I believe I followed the debian specific installation instructions exactly, and Observium is up and running. I have configured it to monitor 2 of our Windows servers, 2 LINUX servers, a cisco router and sonicwall firewall. The initial discovery seems to have worked. However the olling does not seem to be working from cron. Looking at the observium.log
/opt/observium/discovery.php new June 5, 2013, 15:25 - 0 devices discovered in 0. 006 secs /opt/observium/discovery.php new June 5, 2013, 15:30 - 0 devices discovered in 0. 007 secs /opt/observium/discovery.php new June 5, 2013, 15:35 - 0 devices discovered in 0. 005 secs ...
discovery is running from cron every 5 mins as expected, but there is no mention in the log of poller.php running. I am sure I have been stupid and am missing something simple. All the graphs have a title Error Drawing Graph, guess that is because there is no data.
Any help and advice would be appreciated, where to look to resolve the issues.
Richard _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
<serv1.jpg>_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Also, adding devices through the web interface is a bit iffy, try from the command line.
Tom
On 6/06/2013 14:09, Jason Lixfeld wrote:
I dunno. Check the database to see if the host got installed there. If not, try to snmpwalk the device from the CLI with the same polling information you fed into Observium. Also make sure your permissions are correct in /opt/observium for your system.
On 2013-06-06, at 7:58 AM, Support caretechtest@gmail.com wrote:
Hi,
I know it.. but i am getting error..
Please verify the snapshot.
Thank you.
On Thu, Jun 6, 2013 at 5:19 PM, Jason Lixfeld jason@lixfeld.ca wrote: http://lmgtfy.com/?q=add+a+device+to+observium
On 2013-06-06, at 7:46 AM, Support caretechtest@gmail.com wrote:
Hello,
I want to know how to add devices to observium?
Than kyou.
On Thu, Jun 6, 2013 at 5:11 PM, Jason Lixfeld jason@lixfeld.ca wrote: Those aren't permissions. That's your crontab.
http://www.observium.org/wiki/FAQs
On 2013-06-06, at 7:28 AM, Support caretechtest@gmail.com wrote:
the permissions are like"
================
root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@monitoring:/etc/cron.d# =====================
Thank you.
On Thu, Jun 6, 2013 at 4:57 PM, Support caretechtest@gmail.com wrote: Hello,
The permissions seems to be correct. but while trying to add devices, the screen resides the same.
And the device doesn't get added.
Please verify the snapshot attached below.
Thank you.
On Thu, Jun 6, 2013 at 4:21 PM, Tracy Phillips tracphil@mantoso.com wrote: What are the permissions on your php scripts that cron is executing? They need to be at least executable by root.
Tracy
On Jun 6, 2013, at 5:23 AM, Richard Davies richard@miracle-information-services.co.uk wrote:
Here is my /etc/cron.d/observium
root@linux2:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@linux2:/etc/cron.d#
Copied and paste straight from the installation guide.
Richard
On 06/06/2013 09:35, Stefan Milo wrote:
what's in your /etc/cron.d/observium ?
br
stefan milo
Fra: observium [observium-bounces@observium.org] På vegne af Richard Davies [richard@miracle-information-services.co.uk] Sendt: 6. juni 2013 09:41 Til: observium@observium.org Emne: [Observium] Setup problem
Hi
I am looking to implement snmp monitoring for the servers and network devices we support. I am looking at opennms and observium, and have them both running, monitoring some of our internal servers and devices.
Observium is running on debian 7 - Wheezy. I believe I followed the debian specific installation instructions exactly, and Observium is up and running. I have configured it to monitor 2 of our Windows servers, 2 LINUX servers, a cisco router and sonicwall firewall. The initial discovery seems to have worked. However the olling does not seem to be working from cron. Looking at the observium.log
> /opt/observium/discovery.php new June 5, 2013, 15:25 - 0 devices > discovered in 0. > 006 secs > /opt/observium/discovery.php new June 5, 2013, 15:30 - 0 devices > discovered in 0. > 007 secs > /opt/observium/discovery.php new June 5, 2013, 15:35 - 0 devices > discovered in 0. > 005 secs > ... discovery is running from cron every 5 mins as expected, but there is no mention in the log of poller.php running. I am sure I have been stupid and am missing something simple. All the graphs have a title Error Drawing Graph, guess that is because there is no data.
Any help and advice would be appreciated, where to look to resolve the issues.
Richard _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
<serv1.jpg>_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I still don't think we should allow adding of devices on the web interface. It's never been reliable.
adam.
On 2013-06-06 13:19, Tom Laermans wrote:
Also, adding devices through the web interface is a bit iffy, try from the command line.
Tom
On 6/06/2013 14:09, Jason Lixfeld wrote: I dunno. Check the database to see if the host got installed there. If not, try to snmpwalk the device from the CLI with the same polling information you fed into Observium. Also make sure your permissions are correct in /opt/observium for your system.
On 2013-06-06, at 7:58 AM, Support caretechtest@gmail.com wrote:
Hi,
I know it.. but i am getting error..
Please verify the snapshot.
Thank you.
On Thu, Jun 6, 2013 at 5:19 PM, Jason Lixfeld jason@lixfeld.ca wrote: http://lmgtfy.com/?q=add+a+device+to+observium
On 2013-06-06, at 7:46 AM, Support caretechtest@gmail.com wrote:
Hello,
I want to know how to add devices to observium?
Than kyou.
On Thu, Jun 6, 2013 at 5:11 PM, Jason Lixfeld jason@lixfeld.ca wrote: Those aren't permissions. That's your crontab.
http://www.observium.org/wiki/FAQs
On 2013-06-06, at 7:28 AM, Support caretechtest@gmail.com wrote:
the permissions are like"
================
root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@monitoring:/etc/cron.d# =====================
Thank you.
On Thu, Jun 6, 2013 at 4:57 PM, Support caretechtest@gmail.com wrote: Hello,
The permissions seems to be correct. but while trying to add devices, the screen resides the same.
And the device doesn't get added.
Please verify the snapshot attached below.
Thank you.
On Thu, Jun 6, 2013 at 4:21 PM, Tracy Phillips tracphil@mantoso.com wrote: What are the permissions on your php scripts that cron is executing? They need to be at least executable by root.
Tracy
On Jun 6, 2013, at 5:23 AM, Richard Davies richard@miracle-information-services.co.uk wrote:
Here is my /etc/cron.d/observium
root@linux2:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@linux2:/etc/cron.d# Copied and paste straight from the installation guide.
Richard
On 06/06/2013 09:35, Stefan Milo wrote: what's in your /etc/cron.d/observium ?
br
stefan milo
Fra: observium [observium-bounces@observium.org] På vegne af Richard Davies [richard@miracle-information-services.co.uk] Sendt: 6. juni 2013 09:41 Til: observium@observium.org Emne: [Observium] Setup problem
Hi
I am looking to implement snmp monitoring for the servers and network devices we support. I am looking at opennms and observium, and have them both running, monitoring some of our internal servers and devices.
Observium is running on debian 7 - Wheezy. I believe I followed the debian specific installation instructions exactly, and Observium is up and running. I have configured it to monitor 2 of our Windows servers, 2 LINUX servers, a cisco router and sonicwall firewall. The initial discovery seems to have worked. However the olling does not seem to be working from cron. Looking at the observium.log
/opt/observium/discovery.php new June 5, 2013, 15:25 - 0 devices discovered in 0. 006 secs /opt/observium/discovery.php new June 5, 2013, 15:30 - 0 devices discovered in 0. 007 secs /opt/observium/discovery.php new June 5, 2013, 15:35 - 0 devices discovered in 0. 005 secs ... discovery is running from cron every 5 mins as expected, but there is no mention in the log of poller.php running. I am sure I have been stupid and am missing something simple. All the graphs have a title Error Drawing Graph, guess that is because there is no data.
Any help and advice would be appreciated, where to look to resolve the issues.
Richard _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
<serv1.jpg>_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I almost never add devices manually :]
On 6/06/2013 14:25, Adam Armstrong wrote:
I still don't think we should allow adding of devices on the web interface. It's never been reliable.
adam.
On 2013-06-06 13:19, Tom Laermans wrote:
Also, adding devices through the web interface is a bit iffy, try from the command line.
Tom
On 6/06/2013 14:09, Jason Lixfeld wrote: I dunno. Check the database to see if the host got installed there. If not, try to snmpwalk the device from the CLI with the same polling information you fed into Observium. Also make sure your permissions are correct in /opt/observium for your system.
On 2013-06-06, at 7:58 AM, Support caretechtest@gmail.com wrote:
Hi,
I know it.. but i am getting error..
Please verify the snapshot.
Thank you.
Please cut off some unnecesary shit on these huge posts. :P
Hi,
I had some troubles adding devices through the UI too and switched to doing it manually. I tend to add devices in bulk so I wrote a wrapper script to accept device names from a file. Works perfectly!
- Jared
________________________________ From: Tom Laermans tom.laermans@powersource.cx To: Observium Network Observation System observium@observium.org Sent: Thursday, June 6, 2013 5:31 AM Subject: Re: [Observium] Setup problem
I almost never add devices manually :]
On 6/06/2013 14:25, Adam Armstrong wrote:
I still don't think we should allow adding of devices on the web interface. It's never been reliable.
adam.
On 2013-06-06 13:19, Tom Laermans wrote:
Also, adding devices through the web interface is a bit iffy, try from the command line.
Tom
On 6/06/2013 14:09, Jason Lixfeld wrote: I dunno. Check the database to see if the host got installed there. If not, try to snmpwalk the device from the CLI with the same polling information you fed into Observium. Also make sure your permissions are correct in /opt/observium for your system.
On 2013-06-06, at 7:58 AM, Support caretechtest@gmail.com wrote:
Hi,
I know it.. but i am getting error..
Please verify the snapshot.
Thank you.
Please cut off some unnecesary shit on these huge posts. :P _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
The only device i ever added from the command line was the Observium server itself. Everything else i add via the GUI. I've never found it unreliable at all.
On 06/06/2013 10:25 PM, Adam Armstrong wrote:
I still don't think we should allow adding of devices on the web interface. It's never been reliable.
adam.
On 2013-06-06 13:19, Tom Laermans wrote:
Also, adding devices through the web interface is a bit iffy, try from the command line.
Tom
Hi,
On 06/06/2013 10:25 PM, Adam Armstrong wrote:
I still don't think we should allow adding of devices on the web interface. It's never been reliable.
The only device i ever added from the command line was the Observium server itself. Everything else i add via the GUI. I've never found it unreliable at all.
+1
Has always been reliable for me Sander
While the web interface has always been reliable enough for me; I'll trust that Adam and Tom are more intimately familiar with the dirty details :)
If it breaks, they're going to rightfully say "told you so".
From this day forward I shall use the command line.
On Thu, Jun 6, 2013 at 4:58 PM, Sander Steffann sander@steffann.nl wrote:
Hi,
On 06/06/2013 10:25 PM, Adam Armstrong wrote:
I still don't think we should allow adding of devices on the web
interface. It's never been reliable.
The only device i ever added from the command line was the Observium
server itself. Everything else i add via the GUI. I've never found it unreliable at all.
+1
Has always been reliable for me Sander
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Jason, Perfectly aware these are not permissions, they are the contents of the /etc/cron.d/observium files (see below). Don't know why you thought I was showing permissions.
Richard On 06/06/2013 12:41, Jason Lixfeld wrote:
Those aren't permissions. That's your crontab.
http://www.observium.org/wiki/FAQs
On 2013-06-06, at 7:28 AM, Support caretechtest@gmail.com wrote:
the permissions are like"
================
root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@monitoring:/etc/cron.d# =====================
Thank you.
On Thu, Jun 6, 2013 at 4:57 PM, Support caretechtest@gmail.com wrote: Hello,
The permissions seems to be correct. but while trying to add devices, the screen resides the same.
And the device doesn't get added.
Please verify the snapshot attached below.
Thank you.
On Thu, Jun 6, 2013 at 4:21 PM, Tracy Phillips tracphil@mantoso.com wrote: What are the permissions on your php scripts that cron is executing? They need to be at least executable by root.
Tracy
On Jun 6, 2013, at 5:23 AM, Richard Davies richard@miracle-information-services.co.uk wrote:
Here is my /etc/cron.d/observium
root@linux2:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@linux2:/etc/cron.d#
Copied and paste straight from the installation guide.
Richard
On 06/06/2013 09:35, Stefan Milo wrote:
what's in your /etc/cron.d/observium ?
br
stefan milo
Fra: observium [observium-bounces@observium.org] På vegne af Richard Davies [richard@miracle-information-services.co.uk] Sendt: 6. juni 2013 09:41 Til: observium@observium.org Emne: [Observium] Setup problem
Hi
I am looking to implement snmp monitoring for the servers and network devices we support. I am looking at opennms and observium, and have them both running, monitoring some of our internal servers and devices.
Observium is running on debian 7 - Wheezy. I believe I followed the debian specific installation instructions exactly, and Observium is up and running. I have configured it to monitor 2 of our Windows servers, 2 LINUX servers, a cisco router and sonicwall firewall. The initial discovery seems to have worked. However the olling does not seem to be working from cron. Looking at the observium.log
/opt/observium/discovery.php new June 5, 2013, 15:25 - 0 devices discovered in 0. 006 secs /opt/observium/discovery.php new June 5, 2013, 15:30 - 0 devices discovered in 0. 007 secs /opt/observium/discovery.php new June 5, 2013, 15:35 - 0 devices discovered in 0. 005 secs ...
discovery is running from cron every 5 mins as expected, but there is no mention in the log of poller.php running. I am sure I have been stupid and am missing something simple. All the graphs have a title Error Drawing Graph, guess that is because there is no data.
Any help and advice would be appreciated, where to look to resolve the issues.
Richard _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
Because the beginning of the email showing the crontab said "the permissions are like" which I only assumed to mean that the information following was what you thought were permissions.
On 2013-06-06, at 8:05 AM, "Richard Davies" richard@miracle-information-services.co.uk wrote:
Jason, Perfectly aware these are not permissions, they are the contents of the /etc/cron.d/observium files (see below). Don't know why you thought I was showing permissions.
Richard On 06/06/2013 12:41, Jason Lixfeld wrote:
Those aren't permissions. That's your crontab.
http://www.observium.org/wiki/FAQs
On 2013-06-06, at 7:28 AM, Support caretechtest@gmail.com wrote:
the permissions are like"
================
root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@monitoring:/etc/cron.d# =====================
Thank you.
On Thu, Jun 6, 2013 at 4:57 PM, Support caretechtest@gmail.com wrote: Hello,
The permissions seems to be correct. but while trying to add devices, the screen resides the same.
And the device doesn't get added.
Please verify the snapshot attached below.
Thank you.
On Thu, Jun 6, 2013 at 4:21 PM, Tracy Phillips tracphil@mantoso.com wrote: What are the permissions on your php scripts that cron is executing? They need to be at least executable by root.
Tracy
On Jun 6, 2013, at 5:23 AM, Richard Davies richard@miracle-information-services.co.uk wrote:
Here is my /etc/cron.d/observium
root@linux2:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@linux2:/etc/cron.d#
Copied and paste straight from the installation guide.
Richard
On 06/06/2013 09:35, Stefan Milo wrote:
what's in your /etc/cron.d/observium ?
br
stefan milo
Fra: observium [observium-bounces@observium.org] På vegne af Richard Davies [richard@miracle-information-services.co.uk] Sendt: 6. juni 2013 09:41 Til: observium@observium.org Emne: [Observium] Setup problem
Hi
I am looking to implement snmp monitoring for the servers and network devices we support. I am looking at opennms and observium, and have them both running, monitoring some of our internal servers and devices.
Observium is running on debian 7 - Wheezy. I believe I followed the debian specific installation instructions exactly, and Observium is up and running. I have configured it to monitor 2 of our Windows servers, 2 LINUX servers, a cisco router and sonicwall firewall. The initial discovery seems to have worked. However the olling does not seem to be working from cron. Looking at the observium.log
/opt/observium/discovery.php new June 5, 2013, 15:25 - 0 devices discovered in 0. 006 secs /opt/observium/discovery.php new June 5, 2013, 15:30 - 0 devices discovered in 0. 007 secs /opt/observium/discovery.php new June 5, 2013, 15:35 - 0 devices discovered in 0. 005 secs ...
discovery is running from cron every 5 mins as expected, but there is no mention in the log of poller.php running. I am sure I have been stupid and am missing something simple. All the graphs have a title Error Drawing Graph, guess that is because there is no data.
Any help and advice would be appreciated, where to look to resolve the issues.
Richard _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Probably because the content of the email is:
--8<--CUT HERE--8<-- The permissions are like: <crontab dump> --8<--CUT HERE--8<--
?
Tom
On 6/06/2013 14:05, Richard Davies wrote:
Jason, Perfectly aware these are not permissions, they are the contents of the /etc/cron.d/observium files (see below). Don't know why you thought I was showing permissions.
Richard On 06/06/2013 12:41, Jason Lixfeld wrote:
Those aren't permissions. That's your crontab.
http://www.observium.org/wiki/FAQs
On 2013-06-06, at 7:28 AM, Support caretechtest@gmail.com wrote:
the permissions are like"
================
root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# root@monitoring:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@monitoring:/etc/cron.d# =====================
Thank you.
On Thu, Jun 6, 2013 at 4:57 PM, Support caretechtest@gmail.com wrote: Hello,
The permissions seems to be correct. but while trying to add devices, the screen resides the same.
And the device doesn't get added.
Please verify the snapshot attached below.
Thank you.
On Thu, Jun 6, 2013 at 4:21 PM, Tracy Phillips tracphil@mantoso.com wrote: What are the permissions on your php scripts that cron is executing? They need to be at least executable by root.
Tracy
On Jun 6, 2013, at 5:23 AM, Richard Davies richard@miracle-information-services.co.uk wrote:
Here is my /etc/cron.d/observium
root@linux2:/etc/cron.d# more observium 33 */6 * * * root /opt/observium/discovery.php -h all >> /dev/null 2>&1 */5 * * * * root /opt/observium/discovery.php -h new >> /dev/null 2>&1 */5 * * * * root /opt/observium/poller.php -h all >> /dev/null 2>&1 root@linux2:/etc/cron.d#
Copied and paste straight from the installation guide.
Richard
On 06/06/2013 09:35, Stefan Milo wrote:
what's in your /etc/cron.d/observium ?
br
stefan milo
Fra: observium [observium-bounces@observium.org] På vegne af Richard Davies [richard@miracle-information-services.co.uk] Sendt: 6. juni 2013 09:41 Til: observium@observium.org Emne: [Observium] Setup problem
Hi
I am looking to implement snmp monitoring for the servers and network devices we support. I am looking at opennms and observium, and have them both running, monitoring some of our internal servers and devices.
Observium is running on debian 7 - Wheezy. I believe I followed the debian specific installation instructions exactly, and Observium is up and running. I have configured it to monitor 2 of our Windows servers, 2 LINUX servers, a cisco router and sonicwall firewall. The initial discovery seems to have worked. However the olling does not seem to be working from cron. Looking at the observium.log
/opt/observium/discovery.php new June 5, 2013, 15:25 - 0 devices discovered in 0. 006 secs /opt/observium/discovery.php new June 5, 2013, 15:30 - 0 devices discovered in 0. 007 secs /opt/observium/discovery.php new June 5, 2013, 15:35 - 0 devices discovered in 0. 005 secs ...
discovery is running from cron every 5 mins as expected, but there is no mention in the log of poller.php running. I am sure I have been stupid and am missing something simple. All the graphs have a title Error Drawing Graph, guess that is because there is no data.
Any help and advice would be appreciated, where to look to resolve the issues.
Richard _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium .
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (11)
-
Adam Armstrong
-
Alex Pressé
-
Jared Beaulieu
-
Jason Lixfeld
-
Paul Gear
-
Richard Davies
-
Sander Steffann
-
Stefan Milo
-
Support
-
Tom Laermans
-
Tracy Phillips