Search found 772 matches

by bolson
Mon Dec 17, 2018 2:56 pm
Forum: Nagios XI
Topic: Determining date that a node was added to Nagios XI
Replies: 5
Views: 183

Re: Determining date that a node was added to Nagios XI

Hello redacted, In UNIX and Linux, there is no timestamp representing when a file is created. And in Nagios XI, the date and time that a config (node) was created is not stored in the database. Consequently, there is no way to script out determining when a node was added to the system. That said, if...
by bolson
Mon Dec 17, 2018 11:39 am
Forum: Open Source Nagios Projects
Topic: Getting Timeticks result
Replies: 3
Views: 1623

Re: Getting Timeticks result

Hello truongquyen, The plugin check_snmp returns what it return; ie: /usr/local/nagios/libexec/check_snmp -H 10.18.0.254 -C public -o sysUpTime.0 SNMP OK - 395059058 | DISMAN-EVENT-MIB::sysUpTimeInstance=3950590581 There does not seem to be a provision in the plugin to return the value in days. Howe...
by bolson
Mon Dec 17, 2018 11:03 am
Forum: Nagios XI
Topic: Command for Import option in CCM
Replies: 5
Views: 282

Re: Command for Import option in CCM

I'm sorry,

I neglected to ask which version of Nagios XI you are running. The contents of your /usr/local/nagiosxi/scripts is substantially different than that of a stock current Nagios XI installation. Which version are you running?
by bolson
Mon Dec 17, 2018 10:45 am
Forum: Nagios XI
Topic: using API to add Router and Switchs
Replies: 10
Views: 449

Re: using API to add Router and Switchs

Hello elade, Duplicating the functionality of the switch router wizard via scripting with the api certainly could be done. The script would first need to perform an snpm walk to identify the ports on the switch and then loop through the results to create a service check for each port. Hope this help...
by bolson
Mon Dec 17, 2018 10:34 am
Forum: Open Source Nagios Projects
Topic: set up email alerts using mailx
Replies: 33
Views: 14376

Re: set up email alerts using mailx

Hello nib01, Does your smtp server require authentication? SSL, TLS? Are you connecting via directives in a /etc/postfix/main.cf file? We would need more information to diagnose your issue. Please attach the output of: tail -100 /var/log/maillog Immediately after attempting to send the message. Than...
by bolson
Mon Dec 17, 2018 10:25 am
Forum: Nagios Fusion
Topic: Fuse XI Server Running SSL
Replies: 9
Views: 1573

Re: Fuse XI Server Running SSL

Hello Andyb4u,

If you would attach the log file you've created as well as the system profile from your XI host, we'd be happy to take a look.

Admin >> System Profile >> Download System Profile.
by bolson
Wed Dec 12, 2018 5:54 pm
Forum: Nagios XI
Topic: Email Send Mail From not same using notify-xx-by-mail
Replies: 5
Views: 174

Re: Email Send Mail From not same using notify-xx-by-mail

The other option would be to define a system "Send From" email address in your/etc/postfix/main.cf file. I'll look into how to do this and also see if there are other options.
by bolson
Wed Dec 12, 2018 4:04 pm
Forum: Nagios XI
Topic: Multiple Mobile Text messages being sent
Replies: 5
Views: 173

Re: Multiple Mobile Text messages being sent

Hello Bruce,

I was unable to find anything in your system profile. The only two scenarios where I have seen this have been where two users have the same phone number or when a user configured for sms alerts is set to receive host and service notifications via sms. Could either of these be the case?
by bolson
Wed Dec 12, 2018 2:08 pm
Forum: Nagios XI
Topic: Email Send Mail From not same using notify-xx-by-mail
Replies: 5
Views: 174

Re: Email Send Mail From not same using notify-xx-by-mail

Hello Bruce, The command "notify-host-by-email" simply calls the /bin/mail program to send notifications. In this implementation, the "Send From" argument is not passed to the /bin/mail program. The resolution for this is to use the xi_host_notification_handler and xi_service_not...
by bolson
Wed Dec 12, 2018 10:53 am
Forum: Nagios XI
Topic: Need to give a limited server readonly access to the user
Replies: 1
Views: 299

Re: Need to give a limited server readonly access to the use

Yes praveenkumar, Create the user (or edit if the user already exists), then under security settings select user as authorization level and check only the Read Only check box. Save the settings. Then in your host and service configs, make this user a monitoring contact only for the hosts you want th...