Search found 22 matches

by spiderpig82
Mon Jun 29, 2015 5:59 am
Forum: Open Source Nagios Projects
Topic: SMS gateway
Replies: 3
Views: 1993

Re: SMS gateway

Thank you jolson,

we are using nagios core 3.0

does anyone else have a input? :)
by spiderpig82
Tue Jun 23, 2015 10:50 am
Forum: Open Source Nagios Projects
Topic: SMS gateway
Replies: 3
Views: 1993

SMS gateway

Hi,

I'm looking for a sms gateway for my Nagios, what do you recommend?
physical? virtual? what sms gateway are you using?
by spiderpig82
Tue Apr 07, 2015 10:41 am
Forum: Open Source Nagios Projects
Topic: Add a linux host to monitor.
Replies: 3
Views: 1410

Re: Add a linux host to monitor.

ok thank you,

I'm in some trouble installing the nrpe plugin, it was not in the repository list so i downloadid and tried to installid it manually without a luck.

any idea what version of nrpe i can use with Centos 7 ?
by spiderpig82
Tue Apr 07, 2015 10:08 am
Forum: Open Source Nagios Projects
Topic: Add a linux host to monitor.
Replies: 3
Views: 1410

Add a linux host to monitor.

Hi,

what is the best agent to monitor e.g. disks and cpu for Linux machines? nrpe?
by spiderpig82
Fri Mar 27, 2015 7:33 pm
Forum: Open Source Nagios Projects
Topic: Alert if new file is not created after x hours.
Replies: 3
Views: 2160

Re: Alert if new file is not created after x hours.

I tried this VBS script on the windows machine
http://exchange.nagios.org/directory/Pl ... le/details
and it works, but I'm not sure what I should do next or how i can add it to nagios.
by spiderpig82
Fri Mar 27, 2015 4:38 am
Forum: Open Source Nagios Projects
Topic: Alert if new file is not created after x hours.
Replies: 3
Views: 2160

Alert if new file is not created after x hours.

Hi,

i got an windows shared folder that i would like to monitor, if file in folder is not created in x hours i would like to get an warning.

any ideas?
by spiderpig82
Tue Mar 24, 2015 5:38 am
Forum: Open Source Nagios Projects
Topic: Nagios email notifications.
Replies: 12
Views: 5529

Re: Nagios email notifications.

i replaced the 'notify-host-by-email' command definition and notify-service-by-email' command definition in command.cfg, and then suddenl it worked :) it was some bug in the syntax.

but now i have another issue, -- -f from@email doesent work.

any ideas why?
by spiderpig82
Mon Mar 23, 2015 6:09 pm
Forum: Open Source Nagios Projects
Topic: Nagios email notifications.
Replies: 12
Views: 5529

Re: Nagios email notifications.

:) in command.cfg #'notify-host-by-email' command definition define command{ command_name notify-host-by-email command_line /usr/bin/printf "%b" "* Nagios *\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState: $HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDa...
by spiderpig82
Mon Mar 23, 2015 5:40 pm
Forum: Open Source Nagios Projects
Topic: Nagios email notifications.
Replies: 12
Views: 5529

Re: Nagios email notifications.

triep, i'm using Sendmail, that relays thourgh our exchange mailserver. Mar 22 04:02:30 saga sendmail[1658]: t2M428ZA001658: from=root, size=461, class=0, nrcpts=1, msgid=<201503220402.t2M428ZA001658@saga.local>, relay=root@localhost Mar 22 04:02:30 saga sendmail[2548]: t2M42UxG002548: from=<root@sa...
by spiderpig82
Mon Mar 23, 2015 9:56 am
Forum: Open Source Nagios Projects
Topic: Nagios email notifications.
Replies: 12
Views: 5529

Re: Nagios email notifications.

Nagios server is permitted to relay mail, but then i'm looking into maillog then "relay=root@localhost" and "relay=localhost.localdomain [127.0.0.1]" is everywhere.
where can i correct these settings?